I have an existing xamarin native project and It has
myproj.iOS
myproj.Droid
myproj.WinPhone
I uninstalled my visual studio 2015 and installed Visual studio 2017
Now in the solution explorer I can see it clearly says myproj.WinPhone (incompatible)
I am aware Microsoft is pushing for UWP but I still want to do as I was doing earlier like supporting windows 8.1 etc..
Is it possible to downgrade this to 2015 so that I can still do myproj.WinPhone ?
Or is there anyother way that will solve this problem
FYI:
I tried creating a new xamarin native project but that doesn't have winphone project but it has for iOS and Android though