Skip to content

Commit

Permalink
Move Core-Setup to 2.1 Preview1 (dotnet/core-setup#2422)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/core-setup@a2e09b8
  • Loading branch information
gkhanna79 authored May 19, 2017
1 parent 5e08b77 commit 032b2c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/installer/branchinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Any line that is not blank and does not start with '#' is interpreted as a variable to set.
# Each line is expected to be in the format "[Name]=[Value]".
MAJOR_VERSION=2
MINOR_VERSION=0
MINOR_VERSION=1
PATCH_VERSION=0
STABILIZE_PACKAGE_VERSION=false
LOCK_HOST_VERSION=false
RELEASE_SUFFIX=preview2
RELEASE_SUFFIX=preview1
CHANNEL=master
BRANCH_NAME=master
2 changes: 1 addition & 1 deletion src/installer/managed/CommonManaged.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)../..'))/</RepoRoot>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<AssemblyFileVersion>$(VersionPrefix)</AssemblyFileVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

<PropertyGroup>
<Version>$(SharedFrameworkNugetVersion)</Version>
<NETCoreAppFramework>netcoreapp$([System.Version]::Parse('$(ProductionVersion)').ToString(2))</NETCoreAppFramework>

<!-- This corresponds to TFM we want the SharedFX to target and should be updated when needed. -->

<NETCoreAppFramework>netcoreapp2.0</NETCoreAppFramework>
<OmitDependencies>true</OmitDependencies>
<SkipValidatePackage>true</SkipValidatePackage>
<ShouldCreateLayout>false</ShouldCreateLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="dir.props" />

<PropertyGroup>
<Version>2.0.0</Version>
<Version>$(ProductVersion)</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 032b2c1

Please sign in to comment.