Hi Paul,
Sort of related - I'm updating an app from .NET 4.8 to NET Core 3.1... that's still LTS and some other libraries I use don't have 5/6 support for various reasons (damn you, WinRT...). I'm not sure which version to go with.
I'm getting this message; is it possible to have core 3.1 added?
Trying to go back to a version where I don't see dependencies:
[15:13:26 ERR] [NuGet] Package FSUIPCClientDLL 3.1.27 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package FSUIPCClientDLL 3.1.27 supports: net40 (.NETFramework,Version=v4.0)
And then with the latest:
[15:14:45 ERR] [NuGet] Package FSUIPCClientDLL 3.2.17 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package FSUIPCClientDLL 3.2.17 supports:
- net40 (.NETFramework,Version=v4.0)
- net5.0-windows7.0 (.NETCoreApp,Version=v5.0)
- net6.0-windows7.0 (.NETCoreApp,Version=v6.0)
Unless I'm doing something wrong here - the targeting is really confusing and getting other (cryptic, unrelated) build errors aren't helping