Skip to content

Commit 37cb852

Browse files
Update Microsoft.NET.Test.Sdk requirement from 17.7.* to 17.8.*
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.7.0...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bf35b6 commit 37cb852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<NpgsqlVersion>7.0.*</NpgsqlVersion>
3939
<SourceLinkVersion>1.1.*</SourceLinkVersion>
4040
<SystemTextJsonVersion>7.0.*</SystemTextJsonVersion>
41-
<TestSdkVersion>17.7.*</TestSdkVersion>
41+
<TestSdkVersion>17.8.*</TestSdkVersion>
4242
<XunitVersion>2.5.*</XunitVersion>
4343
</PropertyGroup>
4444

0 commit comments

Comments
 (0)