We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682f980 commit 0f9f692Copy full SHA for 0f9f692
eng/Versions.props
@@ -4,7 +4,10 @@
4
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.18607.6</MicrosoftDotNetBuildTasksFeedVersion>
5
</PropertyGroup>
6
<PropertyGroup>
7
- <VersionPrefix>3.0.0</VersionPrefix>
+ <MajorVersion>3</MajorVersion>
8
+ <MinorVersion>0</MinorVersion>
9
+ <PatchVersion>0</PatchVersion>
10
+ <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
11
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
12
<PackageLicenseUrl>https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt</PackageLicenseUrl>
13
<Serviceable Condition="'$(Configuration)' == 'Release'">true</Serviceable>
0 commit comments