****EDIT UPDATE****
I have tried to create a shared project and this was the following issue:
I am new to Xamarin Forms on Visual Studio and was confused about the recent changes to the PCL and .NET Standard class library updates. Currently, I am trying to create a Cross-Platform App (Xamarin.Forms) on Visual Studio 2017 15.5.7 using the following settings:
I created this project using a different name (rga_inventory_app). Stating this now so that no one gets confused on the error output at the bottom.
Is this normal behavior for creating a cross-platform Xamarin Forms project on Visual Studio? Am I required to create a csproj file myself? Reading through the Xamarin documentation, I don't see anything on explicitly the .csproj files in VS2017. This causes trouble in updating the NuGet packages as well as its attempting to reload the project.
Code Sharing Strategy
toShared Project
. Also, will the Android project run? – Muhammad Khan