We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf0687 commit a0c4936Copy full SHA for a0c4936
1 file changed
Directory.Build.props
@@ -4,6 +4,7 @@
4
<Nullable>enable</Nullable>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
7
+ <MinVerTagPrefix>v</MinVerTagPrefix>
8
<!--
9
Suppress the MTP0001 informational warning that fires when TestingPlatformDotnetTestSupport
10
is enabled but legacy VSTest properties (injected by the SDK) are also present.
0 commit comments