Skip to content

Commit 8612ed1

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the tests group with 1 update
Bumps the tests group with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.NET.Test.Sdk` from 17.6.3 to 17.9.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.3...v17.9.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab39ae5 commit 8612ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeAnalysis.Tests/CodeAnalysis.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.6.0" />
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1212
<PackageReference Include="xunit" Version="2.7.0" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />

src/DependencyInjection.Attributed.Tests/Attributed.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1313
<PackageReference Include="xunit" Version="2.7.0" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

0 commit comments

Comments
 (0)