Skip to content

Commit 014079b

Browse files
Bump xunit.analyzers and xunit.v3 in /SteamKit2
Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) and [xunit.v3](https://github.com/xunit/xunit). These dependencies needed to be updated together. Updates `xunit.analyzers` from 1.19.0 to 1.20.0 - [Commits](xunit/xunit.analyzers@1.19.0...1.20.0) Updates `xunit.v3` from 1.0.1 to 1.1.0 - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xunit.v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39c6a3a commit 014079b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SteamKit2/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
16-
<PackageReference Include="xunit.analyzers" Version="1.19.0">
16+
<PackageReference Include="xunit.analyzers" Version="1.20.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="xunit.v3" Version="1.0.1" />
24+
<PackageReference Include="xunit.v3" Version="1.1.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)