Skip to content

Commit ca480cd

Browse files
Bump the tests group across 1 directory with 3 updates
Bumps the tests group with 3 updates in the / directory: [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 `Microsoft.NET.Test.Sdk` from 17.8.0 to 17.10.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.8.0...v17.10.0) Updates `xunit` from 2.6.6 to 2.8.1 - [Commits](xunit/xunit@2.6.6...2.8.1) Updates `xunit.runner.visualstudio` from 2.5.6 to 2.8.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.6...2.8.1) --- updated-dependencies: - 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-minor dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2dcabd commit ca480cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Tests/Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1111
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
1212
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
13-
<PackageReference Include="xunit" Version="2.6.6" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
13+
<PackageReference Include="xunit" Version="2.8.1" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" PrivateAssets="all" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)