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.
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.
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.