I open the same Xamarin.Forms project on both Visual studio 2017 and 2019.
On my Visual studio 2019 can i target 2.0, but when i try to open it on my Visual studio 2017 the option is blank.
There is no global.json file present in my project root folder.
My colleagues can all target 2.0 except my development environment.
I tried to install multiple frameworks that correspondent with the correct .NET Standard version (https://learn.microsoft.com/en-us/dotnet/standard/net-standard).
I tried multiple uninstalls and install, also tried to install an older version of Visual studio 2017 and then update it.
These are all my installed SDK's so far:
Can someone suggest why i cannot target the corresponding .NET Standard version?