From a65477ba35f334e94b5f35d8723947f668839b17 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Wed, 14 Jun 2017 21:31:42 -0700 Subject: [PATCH 01/20] Update to SetupCrossgen 201 - Coherence 25722 --- NuGet.Config | 1 + build/DependencyVersions.props | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index e216f45e7..4a6a2de87 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -4,6 +4,7 @@ + diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 7c18152da..60455cb71 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -20,9 +20,9 @@ $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) - 1.0.0-beta2-20170608-254 - 1.0.0-beta2-20170612-258 - 1.0.0-beta2-20170612-258 + 1.0.0-beta2-20170614-260 + 1.0.0-beta2-20170614-260 + 1.0.0-beta2-20170614-260 2.0.0-preview2-25407-01 2.0.0-preview2-25407-01 0.1.0-alpha-142 @@ -31,10 +31,10 @@ 1.0.0-preview-000297 - timestamped - 2.0.0-preview2-186 + notimestamp + 2.0.0-preview2-201 preview2 - 25661 + 25722 From 47988952ace786b138d7516d62a8168e6c619c90 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Thu, 15 Jun 2017 15:25:41 -0700 Subject: [PATCH 02/20] Updating the links in the README; fixing the installation script. --- README.md | 6 +++--- scripts/obtain/dotnet-install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffdafdcf2..a095da431 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild a Found an issue? --------------- -You can consult the [known issues page](https://github.com/dotnet/core/blob/release/2.0.0/cli/known-issues.md) to find out the current issues and to see the workarounds. +You can consult the [Documents Index](https://github.com/dotnet/cli/blob/release/2.0.0-preview2/Documentation/README.md) to find out the current issues and to see the workarounds. -If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first. +If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](https://github.com/dotnet/cli/blob/release/2.0.0-preview2/Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). @@ -67,7 +67,7 @@ In order to download just the .NET Core runtime without the SDK, please visit ht > **Note:** please be aware that below installers are the **latest bits**. If you > want to install the latest released versions, please check out the [section above](#looking-for-v1-of-the-net-core-tooling). -| Platform | release/2.0.0
[![][version-badge]][version] | +| Platform | release/2.0.0-preview2
[![][version-badge]][version] | | -------- | :-------------------------------------: | | **Windows x64** | [Installer][win-x64-installer] - [Checksum][win-x64-installer-checksum]
[zip][win-x64-zip] - [Checksum][win-x64-zip-checksum] | | **Windows x86** | [Installer][win-x86-installer] - [Checksum][win-x86-installer-checksum]
[zip][win-x86-zip] - [Checksum][win-x86-zip-checksum] | diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh index ee96ca435..451525269 100755 --- a/scripts/obtain/dotnet-install.sh +++ b/scripts/obtain/dotnet-install.sh @@ -346,7 +346,7 @@ get_latest_version_info() { version_file_url="$uncached_feed/Runtime/$channel/latest.version" else if [ "$coherent" = true ]; then - version_file_url="$uncached_feed/Runtime/$channel/latest.coherent.version" + version_file_url="$uncached_feed/Sdk/$channel/latest.coherent.version" else version_file_url="$uncached_feed/Sdk/$channel/latest.version" fi From 730719fcb02b735e8b792fdc970af3a3c57fd3e1 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Thu, 15 Jun 2017 15:34:28 -0700 Subject: [PATCH 03/20] Changing two links from explicit to relative. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a095da431..b890fb28f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild a Found an issue? --------------- -You can consult the [Documents Index](https://github.com/dotnet/cli/blob/release/2.0.0-preview2/Documentation/README.md) to find out the current issues and to see the workarounds. +You can consult the [Documents Index](Documentation/README.md) to find out the current issues and to see the workarounds. -If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](https://github.com/dotnet/cli/blob/release/2.0.0-preview2/Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first. +If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). From b3675ca3ec2479f2c0888a8a67f1a4f063411a21 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Thu, 15 Jun 2017 15:42:31 -0700 Subject: [PATCH 04/20] The links at blob storage will change from "release/2.0.0" to "release/2.0.0-preview2" --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index b890fb28f..cf424088f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Looking for V1 of the .NET Core tooling? If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download! -> **Note:** the release/2.0.0 branch of the CLI repo is based on the upcoming v2 of .NET Core and is considered pre-release. For production-level usage, please use the +> **Note:** the release/2.0.0-preview2 branch of the CLI repo is based on the upcoming v2 of .NET Core and is considered pre-release. For production-level usage, please use the > v1 of the tools. Found an issue? @@ -84,36 +84,36 @@ In order to download just the .NET Core runtime without the SDK, please visit ht *Note: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing these directly from the .deb files (via dpkg or similar), then you'll need to install the [corresponding Host, Host FX Resolver, and Shared Framework packages](https://github.com/dotnet/core-setup#daily-builds) before installing the Sdk package.* -[version]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/latest.version +[version]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/latest.version [comment]: # (The latest versions are always the same across all platforms. Just need one to show, so picking win-x64's svg.) -[version-badge]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/win_x64_Release_version_badge.svg +[version-badge]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/win_x64_Release_version_badge.svg -[win-x64-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x64.zip.sha -[win-x86-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-win-x86.zip.sha -[osx-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-osx-x64.tar.gz.sha -[linux-targz]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-linux-x64.tar.gz.sha +[linux-targz]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-linux-x64.tar.gz.sha -[ubuntu-14.04-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-ubuntu-x64.deb -[ubuntu-14.04-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-ubuntu-x64.deb.sha +[ubuntu-14.04-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu-x64.deb +[ubuntu-14.04-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu-x64.deb.sha -[ubuntu-16.04-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-ubuntu.16.04-x64.deb -[ubuntu-16.04-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-ubuntu.16.04-x64.deb.sha +[ubuntu-16.04-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu.16.04-x64.deb +[ubuntu-16.04-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu.16.04-x64.deb.sha -[ubuntu-16.10-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-ubuntu.16.10-x64.deb -[ubuntu-16.10-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-ubuntu.16.10-x64.deb.sha +[ubuntu-16.10-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu.16.10-x64.deb +[ubuntu-16.10-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu.16.10-x64.deb.sha # Debian daily feed From 4ec13b415de140d17b5af6c1cd17206cbc6384c4 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Thu, 15 Jun 2017 17:04:15 -0700 Subject: [PATCH 05/20] Absorb F# and B2C template fixes --- build/DependencyVersions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 60455cb71..8f86d1127 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -21,8 +21,8 @@ $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) 1.0.0-beta2-20170614-260 - 1.0.0-beta2-20170614-260 - 1.0.0-beta2-20170614-260 + 1.0.0-beta2-20170615-261 + 1.0.0-beta2-20170615-261 2.0.0-preview2-25407-01 2.0.0-preview2-25407-01 0.1.0-alpha-142 From 19091ef648930da9e4b8dd38e9d935b5b4d33371 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Thu, 15 Jun 2017 23:52:28 -0700 Subject: [PATCH 06/20] Update to SetupCrossgen 210 - Coherence 25756 --- build/DependencyVersions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 8f86d1127..f7c65697e 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -32,9 +32,9 @@ notimestamp - 2.0.0-preview2-201 + 2.0.0-preview2-210 preview2 - 25722 + 25756 From 825812da570d216dc2b0fd1983d445acb4f0054f Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 16 Jun 2017 13:30:52 +0200 Subject: [PATCH 07/20] Update SpaTemplateVersion to 1.0.0-preview-000312 --- build/DependencyVersions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 8f86d1127..10ba65ed3 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -28,7 +28,7 @@ 0.1.0-alpha-142 1.2.1-alpha-002133 0.2.0 - 1.0.0-preview-000297 + 1.0.0-preview-000312 notimestamp From 5b17eb36a4d5feab02aa6eceb361ee01834cc409 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Fri, 16 Jun 2017 09:57:54 -0700 Subject: [PATCH 08/20] Updating branch/channel information. --- build/BranchInfo.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/BranchInfo.props b/build/BranchInfo.props index 0d146ab2a..75dc63f52 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -1,6 +1,6 @@ - release/2.0.0 - release/2.0.0 + release/2.0.0-preview2 + release/2.0.0-preview2 From c7070e8da24d67d06c9e89f2febd3cc00b501837 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Fri, 16 Jun 2017 10:10:04 -0700 Subject: [PATCH 09/20] Pinning to the dotnet-install to version '2.0.0-preview2-006470' --- run-build.ps1 | 4 ++-- run-build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run-build.ps1 b/run-build.ps1 index d3bb1152b..9e6f96751 100644 --- a/run-build.ps1 +++ b/run-build.ps1 @@ -80,8 +80,8 @@ $env:VSTEST_TRACE_BUILD=1 # install a stage0 $dotnetInstallPath = Join-Path $RepoRoot "scripts\obtain\dotnet-install.ps1" -Write-Output "$dotnetInstallPath -Channel ""release/2.0.0"" -InstallDir $env:DOTNET_INSTALL_DIR -Architecture ""$Architecture""" -Invoke-Expression "$dotnetInstallPath -Channel ""release/2.0.0"" -InstallDir $env:DOTNET_INSTALL_DIR -Architecture ""$Architecture""" +Write-Output "$dotnetInstallPath -Channel ""release/2.0.0"" -InstallDir $env:DOTNET_INSTALL_DIR -Architecture ""$Architecture"" -Version 2.0.0-preview2-006470" +Invoke-Expression "$dotnetInstallPath -Channel ""release/2.0.0"" -InstallDir $env:DOTNET_INSTALL_DIR -Architecture ""$Architecture"" -Version 2.0.0-preview2-006470" if ($LastExitCode -ne 0) { Write-Output "The .NET CLI installation failed with exit code $LastExitCode" diff --git a/run-build.sh b/run-build.sh index 31497fb16..8f2f4076f 100755 --- a/run-build.sh +++ b/run-build.sh @@ -155,7 +155,7 @@ export VSTEST_TRACE_BUILD=1 DOTNET_MULTILEVEL_LOOKUP=0 # Install a stage 0 -(set -x ; "$REPOROOT/scripts/obtain/dotnet-install.sh" --channel "release/2.0.0" --install-dir "$DOTNET_INSTALL_DIR" --architecture "$ARCHITECTURE" $LINUX_PORTABLE_INSTALL_ARGS) +(set -x ; "$REPOROOT/scripts/obtain/dotnet-install.sh" --channel "release/2.0.0" --install-dir "$DOTNET_INSTALL_DIR" --architecture "$ARCHITECTURE" $LINUX_PORTABLE_INSTALL_ARGS --version "2.0.0-preview2-006470") EXIT_CODE=$? if [ $EXIT_CODE != 0 ]; then From 705982648d47f62c810855ffeb6ab1cf7692b873 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Fri, 16 Jun 2017 19:12:25 -0700 Subject: [PATCH 10/20] Update to SetupCrossgen 213 - Coherence 25769 --- build/DependencyVersions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 6411ff5a9..c4f6b386e 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -32,9 +32,9 @@ notimestamp - 2.0.0-preview2-210 + 2.0.0-preview2-213 preview2 - 25756 + 25769 From 8ec9cbfcaef608ed42c4139eb05396ba99029bfb Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Mon, 19 Jun 2017 12:38:37 -0700 Subject: [PATCH 11/20] Update F# compiler to latest --- build/DependencyVersions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index c4f6b386e..c468806ef 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -5,7 +5,7 @@ 15.3.0-preview-000388-01 2.3.0-beta3-61814-09 1.6.0-beta2-25304 - 4.2.0-rc-170602-0 + 4.2.0-rc-170619-0 notimestamp - 2.0.0-preview2-213 + 2.0.0-preview2-215 preview2 - 25769 + 25794 From b03f72ea26a7d63c72ad7d1c8c7c0d54bb121d4a Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Tue, 20 Jun 2017 11:11:19 -0700 Subject: [PATCH 16/20] Update templates to add missing BrowserLink package --- build/DependencyVersions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index a05b62658..d43cc6412 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -21,8 +21,8 @@ $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) 1.0.0-beta2-20170614-260 - 1.0.0-beta2-20170619-264 - 1.0.0-beta2-20170619-264 + 1.0.0-beta2-20170620-265 + 1.0.0-beta2-20170620-265 2.0.0-preview2-25407-01 2.0.0-preview2-25407-01 0.1.0-alpha-142 From 9edfb7a7d4a132899331b414d107ebc2b53214e3 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Tue, 20 Jun 2017 17:02:16 -0700 Subject: [PATCH 17/20] Remove failed workaround for Microsoft.Composition warning --- build/DependencyVersions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index d43cc6412..fa56e105c 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -21,8 +21,8 @@ $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) 1.0.0-beta2-20170614-260 - 1.0.0-beta2-20170620-265 - 1.0.0-beta2-20170620-265 + 1.0.0-beta2-20170620-266 + 1.0.0-beta2-20170620-266 2.0.0-preview2-25407-01 2.0.0-preview2-25407-01 0.1.0-alpha-142 From a5698110a2c4b80e1cc38deb34cd24ff9d122baf Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 21 Jun 2017 09:05:58 -0700 Subject: [PATCH 18/20] Add rhel and Debian download link --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf424088f..1c1696203 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ In order to download just the .NET Core runtime without the SDK, please visit ht | **Ubuntu 14.04 / Linux Mint 17** | [Installer][ubuntu-14.04-installer] - [Checksum][ubuntu-14.04-installer-checksum]
*See Installer Note Below
tar.gz - See **Linux x64** | | **Ubuntu 16.04** | [Installer][ubuntu-16.04-installer] - [Checksum][ubuntu-16.04-installer-checksum]
*See Installer Note Below
tar.gz - See **Linux x64** | | **Ubuntu 16.10** | [Installer][ubuntu-16.10-installer] - [Checksum][ubuntu-16.10-installer-checksum]
*See Installer Note Below
tar.gz - See **Linux x64** | -| **Debian 8** | tar.gz - See **Linux x64** | +| **Debian 8** | [Installer][debian-8-installer] - [Checksum][debian-8-installer-checksum]
*See Installer Note Below
tar.gz - See **Linux x64** | | **CentOS 7.1 / Oracle Linux 7** | tar.gz - See **Linux x64** | -| **RHEL 7.2** | tar.gz - See **Linux x64** | +| **RHEL 7.2** | [Installer][rhel-7-installer] - [Checksum][rhel-7-installer-checksum]
*See Installer Note Below
tar.gz - See **Linux x64** | | **Fedora 24** | tar.gz - See **Linux x64** | | **OpenSUSE 42.1** | tar.gz - See **Linux x64** | @@ -115,6 +115,11 @@ In order to download just the .NET Core runtime without the SDK, please visit ht [ubuntu-16.10-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu.16.10-x64.deb [ubuntu-16.10-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-ubuntu.16.10-x64.deb.sha +[debian-8-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-debian-x64.deb +[debian-8-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-debian-x64.deb.sha + +[rhel-7-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-rhel-x64.rpm +[rhel-7-installer-checksum]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.0.0-preview2/dotnet-sdk-latest-rhel-x64.rpm.sha # Debian daily feed Newest SDK binaries for 2.0.0 in debian feed may be delayed due to external issues by up to 24h. From 78309e52fad3f35cf98d54082f25788bdceae50c Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Wed, 21 Jun 2017 17:43:43 -0700 Subject: [PATCH 19/20] Fix dotnet/sdk#1364 --- build/DependencyVersions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index fa56e105c..d2f320a2a 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -5,7 +5,7 @@ 15.3.0-preview-000388-01 2.3.0-beta3-61814-09 1.6.0-beta2-25304 - 4.2.0-rc-170619-0 + 4.2.0-rc-170621-0 notimestamp