We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f94e53f + d6e8527 commit c12c735Copy full SHA for c12c735
Directory.Build.props
@@ -37,9 +37,6 @@ SPDX-License-Identifier: MIT
37
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\strongname.snk</AssemblyOriginatorKeyFile>
38
<GenerateDocumentationFile>true</GenerateDocumentationFile>
39
40
- <!-- Bump MSTest.Sdk "transitive" dependencies (they are actually direct dependencies) -->
41
- <MicrosoftNETTestSdkVersion>18.0.0</MicrosoftNETTestSdkVersion>
42
-
43
<!-- Assembly metadata -->
44
<Product>gitversion-msbuild</Product>
45
<Company>Frans van Dorsselaer</Company>
global.json
@@ -5,6 +5,6 @@
5
"rollForward": "latestFeature"
6
},
7
"msbuild-sdks": {
8
- "MSTest.Sdk": "3.11.0"
+ "MSTest.Sdk": "4.0.0"
9
}
10
0 commit comments