Really looking forward to using this package - I'm getting this error when trying to build a .NET Core 6.0 (6.03) DLL and getting this error:
Severity Code Description Project File Line Suppression State
Error NU1201
Project is not compatible with net6.0 (.NETCoreApp,Version=v6.0).
Project supports: net6.0-windows7.0 (.NETCoreApp,Version=v6.0)
If I target Windows in my VS2022, the only Target OS version available is 7.0
Any suggestions?
Really looking forward to using this package - I'm getting this error when trying to build a .NET Core 6.0 (6.03) DLL and getting this error:
Severity Code Description Project File Line Suppression State
Error NU1201
Project is not compatible with net6.0 (.NETCoreApp,Version=v6.0).
Project supports: net6.0-windows7.0 (.NETCoreApp,Version=v6.0)
If I target Windows in my VS2022, the only Target OS version available is 7.0
Any suggestions?