I get many error messages after updating the nuget package MonoGame.Framework.Android 3.8.0.1641 to MonoGame.Framework.Android 3.8.1.303.
For example:
using Microsoft.Xna.Framework;
Error CS0234: The type or namespace name ‘Xna’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?)
How can I solve this problem?
I use Visual Studio for Mac 17.3.1 (build 411).