|
125 | 125 | <Reference Include="Xamarin.Android.Support.v7.CardView"> |
126 | 126 | <HintPath>..\..\output\Xamarin.Android.Support.v7.CardView.dll</HintPath> |
127 | 127 | </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> |
143 | 128 | <Reference Include="Xamarin.Android.Support.v7.RecyclerView"> |
144 | 129 | <HintPath>..\..\output\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath> |
145 | 130 | </Reference> |
|
162 | 147 | <HintPath>..\..\output\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath> |
163 | 148 | </Reference> |
164 | 149 | </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> |
165 | 157 | <ItemGroup> |
166 | 158 | <Compile Include="MainActivity.cs" /> |
167 | 159 | <Compile Include="Resources\Resource.designer.cs" /> |
|
171 | 163 | <ItemGroup> |
172 | 164 | <None Include="Resources\AboutResources.txt" /> |
173 | 165 | <None Include="Properties\AndroidManifest.xml" /> |
174 | | - <None Include="Assets\AboutAssets.txt" /> |
175 | | - <None Include="packages.config" /> |
176 | 166 | </ItemGroup> |
177 | 167 | <ItemGroup> |
178 | 168 | <AndroidResource Include="Resources\layout\Main.axml" /> |
|
0 commit comments