diff --git a/Microsoft.DotNet.Cli.sln b/Microsoft.DotNet.Cli.sln
index 23ddd8a51..ef4be98a7 100644
--- a/Microsoft.DotNet.Cli.sln
+++ b/Microsoft.DotNet.Cli.sln
@@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{89905EC4
ProjectSection(SolutionItems) = preProject
build\Microsoft.DotNet.Cli.Branding.props = build\Microsoft.DotNet.Cli.Branding.props
build\Microsoft.DotNet.Cli.BranchInfo.props = build\Microsoft.DotNet.Cli.BranchInfo.props
+ build\Microsoft.DotNet.Cli.BuildDefaults.props = build\Microsoft.DotNet.Cli.BuildDefaults.props
build\Microsoft.DotNet.Cli.BundledSdks.proj = build\Microsoft.DotNet.Cli.BundledSdks.proj
build\Microsoft.DotNet.Cli.BundledSdks.props = build\Microsoft.DotNet.Cli.BundledSdks.props
build\Microsoft.DotNet.Cli.BundledTemplates.proj = build\Microsoft.DotNet.Cli.BundledTemplates.proj
@@ -37,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{89905EC4
build\Microsoft.DotNet.Cli.HostInfo.targets = build\Microsoft.DotNet.Cli.HostInfo.targets
build\Microsoft.DotNet.Cli.InitRepo.props = build\Microsoft.DotNet.Cli.InitRepo.props
build\Microsoft.DotNet.Cli.InitRepo.targets = build\Microsoft.DotNet.Cli.InitRepo.targets
+ build\Microsoft.DotNet.Cli.InputDirectories.props = build\Microsoft.DotNet.Cli.InputDirectories.props
build\Microsoft.DotNet.Cli.Monikers.props = build\Microsoft.DotNet.Cli.Monikers.props
build\Microsoft.DotNet.Cli.OutputDirectories.props = build\Microsoft.DotNet.Cli.OutputDirectories.props
build\Microsoft.DotNet.Cli.Package.targets = build\Microsoft.DotNet.Cli.Package.targets
diff --git a/build/Microsoft.DotNet.Cli.BranchInfo.props b/build/Microsoft.DotNet.Cli.BranchInfo.props
index 5510dc8b9..b9c1f1852 100644
--- a/build/Microsoft.DotNet.Cli.BranchInfo.props
+++ b/build/Microsoft.DotNet.Cli.BranchInfo.props
@@ -1,6 +1,7 @@
master
+ master
master
diff --git a/build/Microsoft.DotNet.Cli.Branding.props b/build/Microsoft.DotNet.Cli.Branding.props
index bf475f663..21ae2d473 100644
--- a/build/Microsoft.DotNet.Cli.Branding.props
+++ b/build/Microsoft.DotNet.Cli.Branding.props
@@ -10,7 +10,7 @@
Microsoft .NET Core 1.0.1 - Host FX Resolver
Microsoft.NETCore.App
- Microsoft.NETCore.App
+ $(SharedFrameworkName)
$(Rid)
$(OSName)-$(Architecture)
diff --git a/build/Microsoft.DotNet.Cli.DependencyVersions.props b/build/Microsoft.DotNet.Cli.DependencyVersions.props
index 923e055fb..229d4b4a6 100644
--- a/build/Microsoft.DotNet.Cli.DependencyVersions.props
+++ b/build/Microsoft.DotNet.Cli.DependencyVersions.props
@@ -9,6 +9,9 @@
4.0.0-rc3-2193
1.0.0-alpha-20170130-3-281
15.0.0-preview-20170125-04
+ $(CLI_SharedFrameworkVersion)
+ $(CLI_SharedFrameworkVersion)
+ $(CLI_SharedFrameworkVersion)
1.0.0-beta1-20170202-111
1.0.0-beta1-20170131-110
1.0.0-beta1-20170209-117
diff --git a/build/Microsoft.DotNet.Cli.Prepare.targets b/build/Microsoft.DotNet.Cli.Prepare.targets
index 3fa5571da..b7c5210dd 100644
--- a/build/Microsoft.DotNet.Cli.Prepare.targets
+++ b/build/Microsoft.DotNet.Cli.Prepare.targets
@@ -62,7 +62,7 @@
https://dotnetcli.azureedge.net/dotnet/
- $(CoreSetupBlobRootUrl)$(Channel)
+ $(CoreSetupBlobRootUrl)$(CoreSetupChannel)
$(CoreSetupBlobRootUrlWithChannel)/Binaries/$(SharedFrameworkVersion)
$(CoreSetupBlobRootUrlWithChannel)/Installers
$(IntermediateDirectory)/coreSetupDownload/$(SharedFrameworkVersion)
diff --git a/build/Microsoft.DotNet.Cli.Version.props b/build/Microsoft.DotNet.Cli.Version.props
index cd6c08491..11e41049f 100644
--- a/build/Microsoft.DotNet.Cli.Version.props
+++ b/build/Microsoft.DotNet.Cli.Version.props
@@ -12,9 +12,5 @@
$(NugetVersion)
$(SdkVersion)
-
- $(CLI_SharedFrameworkVersion)
- $(CLI_SharedFrameworkVersion)
- $(CLI_SharedFrameworkVersion)