Standard: Massive problems with no support of UWP in .NET Standard 2.1

Created on 24 Sep 2019  路  1Comment  路  Source: dotnet/standard

How can you release .NET Standard 2.1 and not support UWP? I made the mistake of upgrading my NuGet packages yesterday to the recommended versions and I've been untangling this mess ever since. My server code wants to be .NET Standard 2.1. So I go through and retarget all my common libraries only to find that I've screwed the pooch on my UWP client. This is seriously a big miss.

Most helpful comment

I had a similar problem with entity framework core, had to delete core 3.0 nuget packages, and install 2.2.6 version manually but something broke inside, so i restored from version control, never will update again.

>All comments

I had a similar problem with entity framework core, had to delete core 3.0 nuget packages, and install 2.2.6 version manually but something broke inside, so i restored from version control, never will update again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tbonham picture tbonham  路  5Comments

praeclarum picture praeclarum  路  5Comments

ghost picture ghost  路  4Comments

spottedmahn picture spottedmahn  路  5Comments

sam-wheat picture sam-wheat  路  5Comments