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

Commit 8351983

Browse files
committed
Downgraded xunit.runner.devices on UWP.
Also removed xunit.runner.console from unit test project.
1 parent 974c1c0 commit 8351983

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.Windows/eShopOnContainers.TestRunner.Windows.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<Version>6.1.5</Version>
132132
</PackageReference>
133133
<PackageReference Include="xunit.runner.devices">
134-
<Version>2.5.25</Version>
134+
<Version>2.3.3</Version>
135135
</PackageReference>
136136
</ItemGroup>
137137
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
@@ -145,4 +145,4 @@
145145
<Target Name="AfterBuild">
146146
</Target>
147147
-->
148-
</Project>
148+
</Project>

src/Mobile/eShopOnContainers/eShopOnContainers.UnitTests/eShopOnContainers.UnitTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -12,7 +12,6 @@
1212
<ItemGroup>
1313
<PackageReference Include="Xamarin.Forms" Version="4.1.0.673156" />
1414
<PackageReference Include="xunit" Version="2.4.1" />
15-
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
1615
</ItemGroup>
1716
<ItemGroup>
1817
<ProjectReference Include="..\eShopOnContainers.Core\eShopOnContainers.Core.csproj" />

0 commit comments

Comments
 (0)