- Create new .NET Standard Library targeting 2.0 and name it NAME.Standard
- Copy all files from PCL to .NET Standard Library
- Re-install all NuGets
- Delete PCL library and Delete the folder
- Rename the .NET Standard Libary to the PCL's old name and rename the folder
- Add references back
Issues and Fixes
- Erroring on build w/ report on Xamarin.Forms.targets being null -> Remove all files in Properties (Assembly.cs, etc)
- When you try and build and you get "Cannot find your net .NET Core dll" -> Restart VS and rebuild (Files might be in use)
- You may have to delete the Obj and Bin directories of your new .NET Core a few times to get it to build...
- Fody and Realm.io users, if you add or delete fody nuget packages like PropertyChanged.Fody, be prepared to delete Obj and Bin files for it to compile... (Update) Turns out the latest version of Fody doesn't play nice. Try 2.1.2 I believe.
- Was having many problems w/ Microsoft.BCL.*; ended up removing them and it worked out fine.
@ryanherman