Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ddb222

Browse files
authoredFeb 11, 2025··
Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in /UnitTests
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7df2ef7 commit 9ddb222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎UnitTests/UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="nunit" Version="4.3.2" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.6.0" PrivateAssets="All" />
1616
</ItemGroup>
1717
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.