With the fall 2017 creators update for windows 10 you can now use .Net standard 2.0 .
First step to use .net Standard 2.0 is to create a new UWP and set the min and max version of UWP version 16299 or higher.
Make sure you update the Nuget packages after you create the app
You need version 6.0.1 Microsoft.NETCore.UniversalWindowsPlatform if you need to use a .net standard 2.0 library.
Subscribe to:
Posts (Atom)
-
If you have the Anniversary update windows 10 pro or greater you can enable long file names in group policy. Search for group policy edit...
-
If you are having problems getting your hyper-v emulators to run here are the steps I recommend to fix them First and this usually fixes t...
-
I have used the NoSql database Lex.DB in some of my mobile apps in the past. The DB was actually very handy and it worked on Xamarin.iOS, X...