[release/5.9] Update branding to v5.0.8
- disable baseline validation
This commit is contained in:
parent
028ea74958
commit
73bd8a50ef
|
|
@ -8,8 +8,8 @@
|
|||
<PropertyGroup Label="Version settings">
|
||||
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
|
||||
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
|
||||
<AspNetCorePatchVersion>7</AspNetCorePatchVersion>
|
||||
<ValidateBaseline>true</ValidateBaseline>
|
||||
<AspNetCorePatchVersion>8</AspNetCorePatchVersion>
|
||||
<ValidateBaseline>false</ValidateBaseline>
|
||||
<!--
|
||||
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue