Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update branding to 9.0.6
  • Loading branch information
vseanreesermsft committed May 7, 2025
commit 134200222cade58b65bb49f1c4c1076c9e10df3d
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>9</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
<AspNetCorePatchVersion>6</AspNetCorePatchVersion>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
<ValidateBaseline>true</ValidateBaseline>
<ValidateBaseline>false</ValidateBaseline>
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.1</IdentityModelVersion>
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
<!--
Expand Down
Loading