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

Commit 19a3ff9

Browse files
committed
Fix up test project references
1 parent 3dfa332 commit 19a3ff9

File tree

3 files changed

+7
-92
lines changed

3 files changed

+7
-92
lines changed

tests/AndroidSupport.Tests/AndroidSupport.Tests.csproj

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,6 @@
125125
<Reference Include="Xamarin.Android.Support.v7.CardView">
126126
<HintPath>..\..\output\Xamarin.Android.Support.v7.CardView.dll</HintPath>
127127
</Reference>
128-
<Reference Include="xunit.abstractions">
129-
<HintPath>..\packages\xunit.abstractions.2.0.1\lib\netstandard1.0\xunit.abstractions.dll</HintPath>
130-
</Reference>
131-
<Reference Include="xunit.assert">
132-
<HintPath>..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath>
133-
</Reference>
134-
<Reference Include="xunit.core">
135-
<HintPath>..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath>
136-
</Reference>
137-
<Reference Include="xunit.execution.dotnet">
138-
<HintPath>..\packages\xunit.extensibility.execution.2.2.0\lib\netstandard1.1\xunit.execution.dotnet.dll</HintPath>
139-
</Reference>
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>
142-
</Reference>
143128
<Reference Include="Xamarin.Android.Support.v7.RecyclerView">
144129
<HintPath>..\..\output\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath>
145130
</Reference>
@@ -162,6 +147,13 @@
162147
<HintPath>..\..\output\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath>
163148
</Reference>
164149
</ItemGroup>
150+
<ItemGroup>
151+
<PackageReference Include="xunit.core" Version="2.3.1" />
152+
<PackageReference Include="xunit.abstractions" Version="2.0.1" />
153+
<PackageReference Include="xunit.assert" Version="2.3.1" />
154+
<PackageReference Include="xunit.extensibility.execution" Version="2.3.1" />
155+
<PackageReference Include="xunit.runner.utility" Version="2.3.1" />
156+
</ItemGroup>
165157
<ItemGroup>
166158
<Compile Include="MainActivity.cs" />
167159
<Compile Include="Resources\Resource.designer.cs" />
@@ -171,8 +163,6 @@
171163
<ItemGroup>
172164
<None Include="Resources\AboutResources.txt" />
173165
<None Include="Properties\AndroidManifest.xml" />
174-
<None Include="Assets\AboutAssets.txt" />
175-
<None Include="packages.config" />
176166
</ItemGroup>
177167
<ItemGroup>
178168
<AndroidResource Include="Resources\layout\Main.axml" />

tests/AndroidSupport.Tests/Assets/AboutAssets.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/AndroidSupport.Tests/packages.config

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)