You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xamarin.Android.NUnitLite] Set $(NoStdLib)=True (#772)
When running the build on Windows you see:
FrameworkPathOverride = \bin\Debug\lib\xamarin.android\xbuild-frameworksMonoAndroid\v1.0
set during the build. Turns out we need to set `$(NoStdLib)`=true since we
are using a custom `mscorlib.dll`. This prevents the path getting messed
up on Windows.
0 commit comments