You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to change .NET framework runtime for the assembly and patch it?
I can't rebuild a project made for .NET 2.0 and i'm trying to swap .NET framework to 4.8 patching EXE and DLL.
Is it possible with dnSpy?
The text was updated successfully, but these errors were encountered:
Right click on module, and set .NET Version
You may also want to change version of reference assemblies(it can still automatically resolve it to new version), here is how
Description
Is it possible to change .NET framework runtime for the assembly and patch it?
I can't rebuild a project made for .NET 2.0 and i'm trying to swap .NET framework to 4.8 patching EXE and DLL.
Is it possible with dnSpy?
The text was updated successfully, but these errors were encountered: