Skip to content

Commit b888cf0

Browse files
Update Microsoft.NET.Test.Sdk requirement from 17.6.* to 17.7.*
Updates the requirements on [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) to permit the latest version. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.0...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8915c7b commit b888cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
<CoverletVersion>6.0.*</CoverletVersion>
4141
<GitHubActionsTestLoggerVersion>2.3.*</GitHubActionsTestLoggerVersion>
4242
<MoqVersion>4.18.*</MoqVersion>
43-
<TestSdkVersion>17.6.*</TestSdkVersion>
43+
<TestSdkVersion>17.7.*</TestSdkVersion>
4444
</PropertyGroup>
4545
</Project>

0 commit comments

Comments
 (0)