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

Commit f3d93c1

Browse files
committed
Bump xunit versions
1 parent 9c7bf6b commit f3d93c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Tests/Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageReference Include="Duende.IdentityServer" Version="$(IdentityServerVersion)" />
1818

1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
20-
<PackageReference Include="xunit" Version="2.8.1" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
20+
<PackageReference Include="xunit" Version="2.9.0" />
21+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)