Skip to content

Commit bbfcaab

Browse files
committed
Fix the test assembly ref
1 parent 5bda26b commit bbfcaab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ReactiveUI.Tests/ReactiveUI.Tests_Android.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
</Reference>
8080
<Reference Include="System.Runtime.Serialization" />
8181
<Reference Include="Xamarin.Android.Support.v4">
82-
<HintPath>..\packages\Xamarin.Android.Support.v4.20.0.0.2\lib\MonoAndroid10\Xamarin.Android.Support.v4.dll</HintPath>
82+
<HintPath>..\packages\Xamarin.Android.Support.v4.21.0.3.0\lib\MonoAndroid10\Xamarin.Android.Support.v4.dll</HintPath>
83+
</Reference>
84+
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
85+
<HintPath>..\packages\Xamarin.Android.Support.v7.AppCompat.21.0.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
8386
</Reference>
8487
</ItemGroup>
8588
<ItemGroup>

0 commit comments

Comments
 (0)