Skip to content

Commit f5531a0

Browse files
authoredFeb 10, 2025··
Bump Microsoft.NET.Test.Sdk in the minor-version-updates group
Bumps the minor-version-updates group with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.NET.Test.Sdk` from 17.12.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.12.0...v17.13.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3fcce4 commit f5531a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎ManualTests/ManualTests.csproj

+1-1
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.12.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1414
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1515
<PackageReference Include="coverlet.collector" Version="6.0.4">

‎PCAxis.Sql.UnitTest/PCAxis.Sql.UnitTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.4">

0 commit comments

Comments
 (0)
Please sign in to comment.