I followed James Montemagnos guide on his blog to upgrade my PCL project to .net standard. The process seems very simple, add references to .csproj and delete assemblyinfo.cs and packages.config. But now both my iOS and Android projects are complaining that my .net standard project is missing packages.config?! What's going on here? Why does my Android and iOS projects care about that file in another project? The errors appear both when building the Android and the iOS project, but not always...
Could not locate C:\Users\me\source\repos\projectname\projectname\dotnetstandardprojectname\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file. projectname.Droid