Skip to content

Commit 27b3541

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 37ffb90 commit 27b3541

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
@@ -33,7 +33,7 @@
3333
<JetBrainsAnnotationsVersion>2023.3.*</JetBrainsAnnotationsVersion>
3434
<MongoDBDriverVersion>2.21.*</MongoDBDriverVersion>
3535
<SourceLinkVersion>1.1.*</SourceLinkVersion>
36-
<TestSdkVersion>17.7.*</TestSdkVersion>
36+
<TestSdkVersion>17.8.*</TestSdkVersion>
3737
<XunitVersion>2.5.*</XunitVersion>
3838
</PropertyGroup>
3939

0 commit comments

Comments
 (0)