Skip to content

Commit c12c735

Browse files
authored
Merge pull request #44 from dorssel/bump_mstest
Bump MSTest.Sdk from 3.11.0 to 4.0.0
2 parents f94e53f + d6e8527 commit c12c735

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ SPDX-License-Identifier: MIT
3737
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\strongname.snk</AssemblyOriginatorKeyFile>
3838
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3939

40-
<!-- Bump MSTest.Sdk "transitive" dependencies (they are actually direct dependencies) -->
41-
<MicrosoftNETTestSdkVersion>18.0.0</MicrosoftNETTestSdkVersion>
42-
4340
<!-- Assembly metadata -->
4441
<Product>gitversion-msbuild</Product>
4542
<Company>Frans van Dorsselaer</Company>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"rollForward": "latestFeature"
66
},
77
"msbuild-sdks": {
8-
"MSTest.Sdk": "3.11.0"
8+
"MSTest.Sdk": "4.0.0"
99
}
1010
}

0 commit comments

Comments
 (0)