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 28
28
<IsStableProject Condition =" '$(StableProjects.IndexOf($(_NormalizedStableProjectName), StringComparison.OrdinalIgnoreCase))' != '-1'" >true</IsStableProject >
29
29
</PropertyGroup >
30
30
<PropertyGroup Condition =" '$(IsStableProject)' == 'true'" >
31
- <MajorVersion >2 </MajorVersion >
31
+ <MajorVersion >3 </MajorVersion >
32
32
<MinorVersion >0</MinorVersion >
33
33
<PatchVersion >0</PatchVersion >
34
34
<!-- Set baseline version for stable packages to check for API Compat -->
35
- <PackageValidationBaselineVersion >1.7 .1</PackageValidationBaselineVersion >
35
+ <PackageValidationBaselineVersion >2.0.0-preview.22551 .1</PackageValidationBaselineVersion >
36
36
</PropertyGroup >
37
37
<PropertyGroup Condition =" '$(IsStableProject)' != 'true'" >
38
38
<MajorVersion >0</MajorVersion >
39
- <MinorVersion >20 </MinorVersion >
39
+ <MinorVersion >21 </MinorVersion >
40
40
<PatchVersion >0</PatchVersion >
41
41
</PropertyGroup >
42
42
</Project >
Original file line number Diff line number Diff line change 9
9
https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
10
10
-->
11
11
<DotNetUseShippingVersions >true</DotNetUseShippingVersions >
12
- <VersionPrefix >2 .0.0</VersionPrefix >
12
+ <VersionPrefix >3 .0.0</VersionPrefix >
13
13
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
14
14
<AssemblyVersion >1.0.0.0</AssemblyVersion >
15
15
<!-- .NET Runtime product dependencies -->
You can’t perform that action at this time.
0 commit comments