Closed deeprobin closed 2 years ago
Hello @deeprobin, the TargetRuntime
enum does not signify the assembly's target frameowrk; this is actually stored in a System.Runtime.Versioning.TargetFrameworkAttribute
. The enum is a compatibility vestige that should simply be set to Net_4_0
for .NET Framework 4.0 and all frameworks after it.