Skip to content

Commit

Permalink
Update branding to 8.0.9 (#57198)
Browse files Browse the repository at this point in the history
  • Loading branch information
vseanreesermsft authored Aug 7, 2024
1 parent 105a25f commit e9e4cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<PropertyGroup Label="Version settings">
<AspNetCoreMajorVersion>8</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>8</AspNetCorePatchVersion>
<AspNetCorePatchVersion>9</AspNetCorePatchVersion>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
<ValidateBaseline>true</ValidateBaseline>
<ValidateBaseline>false</ValidateBaseline>
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">7.1.2</IdentityModelVersion>
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
<!--
Expand Down

0 comments on commit e9e4cd7

Please sign in to comment.