Zuya
Zuya
CC#
Created by Zuya on 4/23/2023 in #help
❔ C# .NET Framework 4.8 Libraries usage in .NET 7.0
Hello, so i basically re-worked my whole Repo which was using .NET Framework 4.8 to .NET 7.0 (Because of the massive boost in performance). I have a ServiceClient using RealProxy which isnt available in .NET 7.0. So, i basically compiled my old ServiceClient and i am now importing the .DLL into my new .NET 7.0 repo. It works, can call it and use the Methods from it. Now i was wondering, will i run into issues? Because .NET Framework 4.8 shouldnt be compatible with .NET 7.0, or will it just work because it is already decompiled and just a Library? Really need some thoughts here
9 replies