From fd112f45a04a599362e3390ffa4bc7a294648c73 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 26 Apr 2017 03:16:03 +0000 Subject: [PATCH 1/3] Update CoreSetup to preview1-002088 --- build/DependencyVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index b2a603cdc..a7d916df4 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -1,7 +1,7 @@ - 2.0.0-preview1-002061-00 + 2.0.0-preview1-002088-00 15.2.0-preview-000093-02 2.0.0-rc4-61325-08 2.0.0-alpha-20170420-1 @@ -14,8 +14,8 @@ 1.0.0-beta2-20170421-198 1.0.0-beta2-20170421-198 1.0.0-beta2-20170421-198 - 2.0.0-preview1-001960 - 2.0.0-preview1-002022 + 2.0.0-preview1-002088 + 2.0.0-preview1-002088 0.1.0-alpha-142 From de139a3bf895e5180fe72de666e88c6814bde5f4 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 25 Apr 2017 22:29:50 -0500 Subject: [PATCH 2/3] Update core-setup channel to release/2.0.0 --- build/BundledRuntimes.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 0821f4f2c..6d3430d39 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -21,7 +21,7 @@ - master + release/2.0.0 https://dotnetcli.azureedge.net/dotnet/ $(CoreSetupBlobRootUrl)$(CoreSetupChannel) $(CoreSetupBlobRootUrlWithChannel)/Binaries/$(SharedFrameworkVersion) From 126c42050d588d0d038a175ab762d06b25c3ff9f Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Fri, 21 Apr 2017 21:54:35 -0500 Subject: [PATCH 3/3] Fixing crossgen to use the correct RID for OSX and Win now that only portable packages are being produced. --- build/Stage0.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Stage0.props b/build/Stage0.props index 8cd6892f0..b337b34b3 100644 --- a/build/Stage0.props +++ b/build/Stage0.props @@ -5,8 +5,8 @@ $(Stage0Directory)/dotnet$(ExeExtension) False True - win7-$(Architecture) - osx.10.12-x64 + win-$(Architecture) + osx-x64 linux-x64