I am new to C# and I am trying to build an app with xamarin. But when i try to start the app I get the two following error
messages:
Message1:
Severity Code Description Project File Line Suppression State
Error CS0006 Metadata file 'C:\Users\user\Documents\Test C# app\TestApp\TestApp\bin\Debug\netstandard2.0\ref\TestApp.dll' could not be found TestApp.Android C:\Users\user\Documents\Test C# app\TestApp\TestApp.Android\CSC 1 Active
Message 2:
Severity Code Description Project File Line Suppression State
Error NU1202 Package System.Numerics.Vectors 4.5.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package System.Numerics.Vectors 4.5.0 supports:
Problem encountered on https://dotnet.microsoft.com/learn/xamarin/hello-world-tutorial/devicesetup Operating System: windows
I am new to C# and I am trying to build an app with xamarin. But when i try to start the app I get the two following error messages:
Message1:
Severity Code Description Project File Line Suppression State Error CS0006 Metadata file 'C:\Users\user\Documents\Test C# app\TestApp\TestApp\bin\Debug\netstandard2.0\ref\TestApp.dll' could not be found TestApp.Android C:\Users\user\Documents\Test C# app\TestApp\TestApp.Android\CSC 1 Active
Message 2:
Severity Code Description Project File Line Suppression State Error NU1202 Package System.Numerics.Vectors 4.5.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package System.Numerics.Vectors 4.5.0 supports:
I already tried a new clean project and reinstalling visual studio. None of those tries succeeded.
If you need other information please let me know.
Any help suggestions?