Skip to content

Commit 0f9f692

Browse files
Fix patch versions
1 parent 682f980 commit 0f9f692

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/Versions.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.18607.6</MicrosoftDotNetBuildTasksFeedVersion>
55
</PropertyGroup>
66
<PropertyGroup>
7-
<VersionPrefix>3.0.0</VersionPrefix>
7+
<MajorVersion>3</MajorVersion>
8+
<MinorVersion>0</MinorVersion>
9+
<PatchVersion>0</PatchVersion>
10+
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
811
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
912
<PackageLicenseUrl>https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt</PackageLicenseUrl>
1013
<Serviceable Condition="'$(Configuration)' == 'Release'">true</Serviceable>

0 commit comments

Comments
 (0)