Skip to content

Commit 1684431

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.9.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.9.0...v17.13.0) Updates `xunit` from 2.7.0 to 2.9.3 - [Commits](xunit/xunit@v2-2.7.0...v2-2.9.3) Updates `xunit.runner.visualstudio` from 2.5.7 to 3.0.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.7...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-minor 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] <[email protected]>
1 parent 8cbe671 commit 1684431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/DependencyInjection.Tests/DependencyInjection.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\DependencyInjection\Devlooped.Extensions.DependencyInjection.props" />
44

@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<PackageReference Include="Moq" Version="4.20.72" />
1414
<PackageReference Include="Spectre.Console.Cli" Version="0.50.0" />
15-
<PackageReference Include="xunit" Version="2.7.0" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
15+
<PackageReference Include="xunit" Version="2.9.3" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
1717
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1818
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
1919
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />

0 commit comments

Comments
 (0)