Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 04b2588

Browse files
committed
Fix test references
1 parent 73bff6c commit 04b2588

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

tests/AndroidSupport.Tests/AndroidSupport.Tests.csproj

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,14 @@
116116
<Reference Include="Xamarin.Android.Support.Design">
117117
<HintPath>..\..\output\Xamarin.Android.Support.Design.dll</HintPath>
118118
</Reference>
119-
<Reference Include="xunit.runner.utility.netstandard15">
120-
<HintPath>..\packages\xunit.runner.utility.2.2.0\lib\netstandard1.5\xunit.runner.utility.netstandard15.dll</HintPath>
119+
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
120+
<HintPath>..\..\output\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
121+
</Reference>
122+
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
123+
<HintPath>..\..\output\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
121124
</Reference>
122-
<Reference Include="xunit.runner.devices">
123-
<HintPath>..\packages\xunit.runner.devices.2.2.0\lib\MonoAndroid\xunit.runner.devices.dll</HintPath>
125+
<Reference Include="Xamarin.Android.Support.v7.CardView">
126+
<HintPath>..\..\output\Xamarin.Android.Support.v7.CardView.dll</HintPath>
124127
</Reference>
125128
<Reference Include="xunit.abstractions">
126129
<HintPath>..\packages\xunit.abstractions.2.0.1\lib\netstandard1.0\xunit.abstractions.dll</HintPath>
@@ -134,14 +137,20 @@
134137
<Reference Include="xunit.execution.dotnet">
135138
<HintPath>..\packages\xunit.extensibility.execution.2.2.0\lib\netstandard1.1\xunit.execution.dotnet.dll</HintPath>
136139
</Reference>
137-
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
138-
<HintPath>..\..\output\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
140+
<Reference Include="xunit.runner.utility.netstandard15">
141+
<HintPath>..\packages\xunit.runner.utility.2.2.0\lib\netstandard1.5\xunit.runner.utility.netstandard15.dll</HintPath>
139142
</Reference>
140-
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
141-
<HintPath>..\..\output\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
143+
<Reference Include="Xamarin.Android.Support.v7.RecyclerView">
144+
<HintPath>..\..\output\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath>
142145
</Reference>
143-
<Reference Include="Xamarin.Android.Support.v7.CardView">
144-
<HintPath>..\..\output\Xamarin.Android.Support.v7.CardView.dll</HintPath>
146+
<Reference Include="Xamarin.Android.Support.v7.MediaRouter">
147+
<HintPath>..\..\output\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
148+
</Reference>
149+
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
150+
<HintPath>..\..\output\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
151+
</Reference>
152+
<Reference Include="Xamarin.Android.Support.InstantVideo">
153+
<HintPath>..\..\output\Xamarin.Android.Support.InstantVideo.dll</HintPath>
145154
</Reference>
146155
</ItemGroup>
147156
<ItemGroup>
@@ -155,7 +164,6 @@
155164
<None Include="Properties\AndroidManifest.xml" />
156165
<None Include="Assets\AboutAssets.txt" />
157166
<None Include="packages.config" />
158-
<None Include="MainActivity.cs.txt" />
159167
</ItemGroup>
160168
<ItemGroup>
161169
<AndroidResource Include="Resources\layout\Main.axml" />

tests/AndroidSupport.Tests/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<package id="System.Reflection" version="4.1.0" targetFramework="monoandroid70" />
2727
<package id="System.Reflection.Extensions" version="4.0.1" targetFramework="monoandroid70" />
2828
<package id="System.Reflection.Primitives" version="4.0.1" targetFramework="monoandroid70" />
29+
<package id="System.Reflection.TypeExtensions" version="4.1.0" targetFramework="monoandroid70" />
2930
<package id="System.Resources.ResourceManager" version="4.0.1" targetFramework="monoandroid70" />
3031
<package id="System.Runtime" version="4.1.0" targetFramework="monoandroid70" />
3132
<package id="System.Runtime.Extensions" version="4.1.0" targetFramework="monoandroid70" />
@@ -51,5 +52,5 @@
5152
<package id="xunit.core" version="2.2.0" targetFramework="monoandroid70" />
5253
<package id="xunit.extensibility.core" version="2.2.0" targetFramework="monoandroid70" />
5354
<package id="xunit.extensibility.execution" version="2.2.0" targetFramework="monoandroid70" />
54-
<package id="xunit.runner.console" version="2.2.0" targetFramework="monoandroid70" developmentDependency="true" />
55+
<package id="xunit.runner.utility" version="2.2.0" targetFramework="monoandroid70" />
5556
</packages>

0 commit comments

Comments
 (0)