Commit 9d0e4ff
[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
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments