File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
<PropertyGroup Label =" Version settings" >
9
9
<AspNetCoreMajorVersion >3</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11
- <AspNetCorePatchVersion >1 </AspNetCorePatchVersion >
11
+ <AspNetCorePatchVersion >2 </AspNetCorePatchVersion >
12
12
<!--
13
13
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
14
14
-->
15
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
15
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
16
16
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
17
17
<IncludePreReleaseLabelInPackageVersion >true</IncludePreReleaseLabelInPackageVersion >
18
18
<IncludePreReleaseLabelInPackageVersion Condition =" '$(DotNetFinalVersionKind)' == 'release' " >false</IncludePreReleaseLabelInPackageVersion >
You can’t perform that action at this time.
0 commit comments