Skip to content

Commit

Permalink
Bump Verify.Xunit: 20.3.2->20.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Nov 26, 2023
1 parent 01e2201 commit 29a94ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/BenchmarkDotNet.Tests/BenchmarkDotNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Verify.Xunit" Version="20.3.2" />
<!-- We use Verify.Xunit v20.8.2 because it's the latest version with net461 support -->
<PackageReference Include="Verify.Xunit" Version="[20.8.2]" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 29a94ce

Please sign in to comment.