We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xunit
1 parent 3e4bf93 commit 52710ffCopy full SHA for 52710ff
src/Kavod.Vba.Compression.Tests/Kavod.Vba.Compression.Tests.csproj
@@ -20,9 +20,12 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
24
- <PackageReference Include="xunit" Version="2.9.2" />
25
- <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
+ <PackageReference Include="xunit" Version="2.9.3" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
26
+ <PrivateAssets>all</PrivateAssets>
27
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28
+ </PackageReference>
29
30
31
0 commit comments