Skip to content

Commit 5567266

Browse files
Package Dependencies: Bump the xunit group across 1 directory with 2 updates
Bumps the xunit group with 2 updates in the / directory: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.6 to 2.9.2 - [Commits](xunit/xunit@v2-2.6.6...v2-2.9.2) Updates `xunit.runner.visualstudio` from 2.5.6 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.6...2.8.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66786c8 commit 5567266

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageReference Include="Testcontainers" Version="3.9.0" />
2121
<PackageReference Include="Testcontainers.PostgreSql" Version="3.9.0" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
23-
<PackageReference Include="xunit" Version="2.6.6" />
24-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
23+
<PackageReference Include="xunit" Version="2.9.2" />
24+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>

QueryKit.UnitTests/QueryKit.UnitTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="AutoBogusLifesupport" Version="2.14.0" />
1313
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
15-
<PackageReference Include="xunit" Version="2.6.6" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
15+
<PackageReference Include="xunit" Version="2.9.2" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)