I try to use the new project.json file format with a Xamarin Android project. I made all in the same way I did for the PCL's I have in this project, except for the frameworks of course:
{
"dependencies": {
},
"frameworks": {
"MonoAndroid,Version=v6.0": {}
},
"supports": {}
}
But when I try to add new nuget packages VS creates a new packages.config and ignores the project.json.
Is project.json not supported for something other than uwp, pcl's and asp.net core even with the latest VS2015?