Skip to content

Commit 7eec3ca

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the tests group with 4 updates
Bumps the tests group with 4 updates: [coverlet.collector](https://github.com/coverlet-coverage/coverlet), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `coverlet.collector` from 6.0.2 to 6.0.4 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.4) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.13.0) Updates `xunit` from 2.9.0 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.0...v2-2.9.3) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.2) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23721d0 commit 7eec3ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
13-
<PackageReference Include="xunit" Version="2.9.0" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
15-
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
13+
<PackageReference Include="xunit" Version="2.9.3" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
15+
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)