Skip to content

Commit d8c4b40

Browse files
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.0 - [Commits](xunit/xunit@2.6.6...2.9.0) 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 d17945d commit d8c4b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimpleExecTests/SimpleExecTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ItemGroup>
99
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
11-
<PackageReference Include="xunit" Version="2.6.6" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
11+
<PackageReference Include="xunit" Version="2.9.0" />
12+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)