I am creating a Xamarin application in Visual Studio, but I have problems with the original control, which I think is due to the fact that I do not have the nuget.config file.
Firstly, do I need one solution or one for the whole project or, alternatively, just in PCL, etc.
Secondly (the main question), is it possible to automatically create these files on the basis of the nudes you set? Also, if they are being updated, is it possible to update the nuget.config file?
Update:
In Visual Studio, a parameter Manage NuGet packages for Solutionthat was present in previous versions does not appear for my project, I'm not sure if this is a software version or a project configuration.
source
share