From 84b4abf6fc7f25f70c4a934926309b88ea887523 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 22 Aug 2017 13:59:49 -0500 Subject: [PATCH] [windows] Xamarin.Android.NUnitLite needs NoStdLib When running the build on Windows you see `FrameworkPathOverride = \bin\Debug\lib\xamarin.android\xbuild-frameworksMonoAndroid\v1.0` get 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. --- src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj b/src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj index a35079d57b2..347b7806335 100644 --- a/src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj +++ b/src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj @@ -15,6 +15,7 @@ ..\..\product.snk false false + true