Skip to content

Commit d22044f

Browse files
atsushienojonpryor
authored andcommitted
[Mono.Android-Tests] Depend on NUnitLite. (#87)
The clean build failed because of the missing dependency (referenced assembly is not found).
1 parent afed8c6 commit d22044f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Mono.Android/Test/Mono.Android-Tests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,11 @@
111111
<Private>False</Private>
112112
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
113113
</ProjectReference>
114+
<ProjectReference Include="..\..\Xamarin.Android.NUnitLite\Xamarin.Android.NUnitLite.csproj">
115+
<Name>Xamarin.Android.NUnitLite</Name>
116+
<Project>{4D603AA3-3BFD-43C8-8050-0CD6C2601126}</Project>
117+
<Private>False</Private>
118+
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
119+
</ProjectReference>
114120
</ItemGroup>
115121
</Project>

0 commit comments

Comments
 (0)