Skip to content

Commit 9d0e4ff

Browse files
jonathanpeppersjonpryor
authored andcommitted
[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.
1 parent 88936a2 commit 9d0e4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.NUnitLite/Xamarin.Android.NUnitLite.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
1616
<AndroidApplication>false</AndroidApplication>
1717
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
18+
<NoStdLib>true</NoStdLib>
1819
</PropertyGroup>
1920
<Import Project="..\..\Configuration.props" />
2021
<Import Project="..\..\build-tools\scripts\MonoAndroidFramework.props" />

0 commit comments

Comments
 (0)