Skip to content

Commit

Permalink
Update xunit package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed May 5, 2022
1 parent 779ecf8 commit 93a0178
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<TargetPlatformVersion Condition=" '$(TargetFramework)' == 'uap10.0.16299' ">10.0.19041.0</TargetPlatformVersion>
<!-- Set the PackageId explicitly as our different AssemblyNames will cause restore errors otherwise -->
<PackageId>xunit.runner.visualstudio</PackageId>
<XunitVersion>2.4.2-pre.12</XunitVersion>
<XunitVersion>2.4.2-pre.22</XunitVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' ">
Expand Down
2 changes: 1 addition & 1 deletion test/test.harness.uwp/test.harness.uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<!-- I don't know where these are coming from, but older 4.0 versions are being included and causing downgrades -->
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="System.ComponentModel.Primitives" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit" Version="2.4.2-pre.22" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/test.harness/test.harness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit" Version="2.4.2-pre.22" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/test.testcasefilter/test.testcasefilter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit" Version="2.4.2-pre.22" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="NSubstitute" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit.runner.reporters" Version="2.4.2-pre.12" />
<PackageReference Include="xunit" Version="2.4.2-pre.22" />
<PackageReference Include="xunit.runner.reporters" Version="2.4.2-pre.22" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 93a0178

Please sign in to comment.