Move Core-Setup to 2.1 Preview1 (dotnet/core-setup#2422)
authorGaurav Khanna <gkhanna@microsoft.com>
Fri, 19 May 2017 02:38:56 +0000 (19:38 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2017 02:38:56 +0000 (19:38 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/a2e09b8d6ac6b251d961b684ff34887a2bcbd3c7

src/installer/branchinfo.txt
src/installer/managed/CommonManaged.props
src/installer/pkg/projects/Microsoft.NETCore.App/Microsoft.NETCore.App.pkgproj
src/installer/pkg/projects/Microsoft.Net.UWPCoreRuntimeSdk/Microsoft.Net.UWPCoreRuntimeSdk.pkgproj

index 4c97cb5..a00ff3b 100644 (file)
@@ -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
index b15a7f1..de4a733 100644 (file)
@@ -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>
index 9a4bda0..e5c915f 100644 (file)
@@ -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>