Skip to content

Commit f7483c6

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the tests group with 3 updates
Bumps the tests group with 3 updates: [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.10.0 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.10.0...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: Microsoft.NET.Test.Sdk dependency-version: 17.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97a8fd8 commit f7483c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ThisAssembly.Tests/ThisAssembly.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
4949
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="All" />
5050
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
51-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
51+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
5252
<PackageReference Include="Scriban" Version="6.2.1" />
53-
<PackageReference Include="xunit" Version="2.9.0" />
54-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
53+
<PackageReference Include="xunit" Version="2.9.3" />
54+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
5555
</ItemGroup>
5656

5757
<ItemGroup>

0 commit comments

Comments
 (0)