[release/5.9] Update branding to v5.0.8

- disable baseline validation
This commit is contained in:
Doug Bunting 2021-06-01 13:19:43 -07:00
parent 028ea74958
commit 73bd8a50ef
No known key found for this signature in database
GPG Key ID: EE41520987982C03
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
<PropertyGroup Label="Version settings"> <PropertyGroup Label="Version settings">
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion> <AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion> <AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>7</AspNetCorePatchVersion> <AspNetCorePatchVersion>8</AspNetCorePatchVersion>
<ValidateBaseline>true</ValidateBaseline> <ValidateBaseline>false</ValidateBaseline>
<!-- <!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
--> -->