Hi there,
I am upgrading a solution from 9.15.2 to 9.15.10 through NuGet in Visual Studio. At the end of the upgrade process, I get the error below after which the package update is rolled back:
I checked the Shipmondo 10 package and it targets .NET 7. I think that makes sense and is fine., The version that Dynamicweb 9 uses is 1.1.1-Beta which targets .NET Standard. I think because all versions in between are all marked as beta / prerelease, NuGet goes up in the version list until it hits 10, only to discover it's not compatible with .NET Framework 4.7/4.8.
Is there anything that I can do to work around this? Or does it require a new final, DW 9 package from your end?
Note: I don't want nor need Shipmondo in my project but it comes as a dependency. If there's a way to skip it altogether, that would be OK too.
Thanks,
Imar