3
After having upgraded Visual Studio to version 15.7.1 the following message started to appear in my ready-made projects:
Your project is not referencing the "Monoandroid,Version=V8.1" framework. Add a Reference to "Monoandroid,Version=V8.1" in the "frameworks" Section of your project.json, and then re-run Nuget Restore
If I create a new project it does not happen, I would like to know how it could solve, I could not.
I have tried Clean/Restore Solution and Restore Nuget Packages.
The solution itself may not have been to change
Usar a Plataforma Mais Recente (Android 8.1 (Oreo))
forAndroid 8.1 (Oreo)
, but the fact that there has been a change in the files referring to the project (archive.csproj
) which must have forced updating some other information important to the compiler that is not visible. I understand that it was a bug in the VS update process regarding preexisting projects.– Diego Rafael Souza