Skip to content

Commit

Permalink
Update xunit packages to version 2.5.0 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthelin authored Jul 27, 2023
1 parent 5cde4d4 commit a5b00e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HelloOwinTests/HelloOwinTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<PackageReference Include="Microsoft.Owin.Diagnostics" Version="4.2.2" />
<PackageReference Include="Microsoft.Owin.Testing" Version="4.2.2" />
<PackageReference Include="MSFT.ParallelExtensionsExtras" Version="1.2.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.console" Version="2.4.2">
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.console" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit a5b00e2

Please sign in to comment.