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.
1 parent b7e3dd2 commit ea52aedCopy full SHA for ea52aed
eng/Versions.props
@@ -7,6 +7,10 @@
7
<PackageValidationBaselineVersion>17.11.4</PackageValidationBaselineVersion>
8
<AssemblyVersion>15.1.0.0</AssemblyVersion>
9
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
10
+
11
+ <!-- differentiate experimental insertions to avoid package id conflicts,
12
+ it has to be alphabetically after "preview" to avoid downgrade errors in VS -->
13
+ <PreReleaseVersionLabel Condition="'$(IsExperimental)' == 'true'">test</PreReleaseVersionLabel>
14
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
15
<!-- Workaround for https://github.com/dotnet/roslyn/issues/35793 -->
16
<SemanticVersioningV1>true</SemanticVersioningV1>
0 commit comments