Reputation: 2524
I have a Xamarin project that was successfully building APKs when I was using VS 2019 v16.9
After I've updated my VS to v16.9.1, I started getting an error: "Shared Mono runtime is enabled for (name of project)" I tried to follow the recommendations of others who have faced the same issue but it seems that the option to disable "Use Shared Mono Runtime" is missing in the new update.
Is there any other way to disable Shared Mono Runtime?
Upvotes: 1
Views: 567
Reputation: 205
I guess you could edit the .csproj file directly. Unload the project then make the changes in that file by hand then reload the project.
Upvotes: 2