Open rchibnik opened 2 years ago
Sadly the Repo Owner passed away March 24th 2022 see https://www.codeproject.com/Messages/5874879/Re-Is-this-about-our-Uzi
So please forgive his not answering, If you or anyone else finds the answer please post below for others benefit.
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 !
see ya
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?