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 45ccd62 commit 9e80d98Copy full SHA for 9e80d98
eng/Versions.props
@@ -8,10 +8,10 @@
8
<PropertyGroup Label="Version settings">
9
<AspNetCoreMajorVersion>8</AspNetCoreMajorVersion>
10
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11
- <AspNetCorePatchVersion>14</AspNetCorePatchVersion>
+ <AspNetCorePatchVersion>15</AspNetCorePatchVersion>
12
<PreReleaseVersionIteration>
13
</PreReleaseVersionIteration>
14
- <ValidateBaseline>true</ValidateBaseline>
+ <ValidateBaseline>false</ValidateBaseline>
15
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">7.1.2</IdentityModelVersion>
16
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">7.*</IdentityModelVersion>
17
<!--
0 commit comments