Hi there,
I'm very new to programming and my class has started with a basic Xamarin project using Visual Studios 2019, however whenever I try to run the program using the android emulator I get this error message:
Package System.Numerics.Vectors 4.5.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0).
All that I'm trying to run is a blank template using the Xamarin.Forms project template. It should display a basic message through the android emulator, but I can't get to that part.
I've tried to check/uncheck the build in the solution properties, but it doesn't seem to fix the issue. Any idea of what is causing this messsage?