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 6c11b2d commit bcba610Copy full SHA for bcba610
eng/Versions.props
@@ -9,8 +9,7 @@
9
<AspNetCoreMajorVersion>10</AspNetCoreMajorVersion>
10
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
12
- <PreReleaseVersionIteration>
13
- </PreReleaseVersionIteration>
+ <PreReleaseVersionIteration>2</PreReleaseVersionIteration>
14
<ValidateBaseline>true</ValidateBaseline>
15
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.1</IdentityModelVersion>
16
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
0 commit comments