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
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?
The text was updated successfully, but these errors were encountered:
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?
Hello !
I just had the same error, actually your project's "Img2PDFLib" version is net6.0 and has to be net6.0-windows. I guess they are slightly different and that he used the window version for a good reason.
Anyway, juste change your .NET version and it will install smoothly !
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?
The text was updated successfully, but these errors were encountered: