File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 <IsStableProject Condition =" '$(StableProjects.IndexOf($(_NormalizedStableProjectName), StringComparison.OrdinalIgnoreCase))' != '-1'" >true</IsStableProject >
2929 </PropertyGroup >
3030 <PropertyGroup Condition =" '$(IsStableProject)' == 'true'" >
31- <MajorVersion >3 </MajorVersion >
31+ <MajorVersion >4 </MajorVersion >
3232 <MinorVersion >0</MinorVersion >
3333 <PatchVersion >0</PatchVersion >
3434 <!-- Set baseline version for stable packages to check for API Compat -->
35- <PackageValidationBaselineVersion >2 .0.0-preview.22551.1 </PackageValidationBaselineVersion >
35+ <PackageValidationBaselineVersion >3 .0.0</PackageValidationBaselineVersion >
3636 </PropertyGroup >
3737 <PropertyGroup Condition =" '$(IsStableProject)' != 'true'" >
3838 <MajorVersion >0</MajorVersion >
39- <MinorVersion >21 </MinorVersion >
39+ <MinorVersion >22 </MinorVersion >
4040 <PatchVersion >0</PatchVersion >
4141 </PropertyGroup >
4242</Project >
Original file line number Diff line number Diff line change 99 https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
1010 -->
1111 <DotNetUseShippingVersions >true</DotNetUseShippingVersions >
12- <VersionPrefix >3 .0.0</VersionPrefix >
12+ <VersionPrefix >4 .0.0</VersionPrefix >
1313 <PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
1414 <AssemblyVersion >1.0.0.0</AssemblyVersion >
1515 <!-- .NET Runtime product dependencies -->
You can’t perform that action at this time.
0 commit comments