@@ -9,7 +9,7 @@ Looking for V1 of the .NET Core tooling?
99
1010If you are looking for the v2.0 release of the .NET Core tools (CLI, MSBuild and the new csproj), head over to https://dot.net/core and download!
1111
12- > ** Note:** the release/2.1.3xx branch of the CLI repo is based on an upcoming update of the SDK and is considered pre-release. For production-level usage, please use the
12+ > ** Note:** the master branch of the CLI repo is based on an upcoming update of the SDK and is considered pre-release. For production-level usage, please use the
1313> released version of the tools available at https://dot.net/core
1414
1515Found an issue?
@@ -59,7 +59,7 @@ To download the .NET Core runtime **without** the SDK, visit https://github.com/
5959> want to install the latest released versions, check out the [ preceding section] ( #looking-for-v1-of-the-net-core-tooling ) .
6060> In order to be able to restore these pre-release packages, you may need to add a NuGet feed pointing to https://dotnet.myget.org/F/dotnet-core/api/v3/index.json . Other feeds may also be necessary depending on what kind of project you are working with.
6161
62- | Platform | Latest Daily Build<br >* release/2.1.3xx * <br >[ ![ ] [ version-badge ]] [ version ] |
62+ | Platform | Latest Daily Build<br >* master * <br >[ ![ ] [ version-badge ]] [ version ] |
6363| -------- | :-------------------------------------: |
6464| ** Windows x64** | [ Installer] [ win-x64-installer ] - [ Checksum] [ win-x64-installer-checksum ] <br >[ zip] [ win-x64-zip ] - [ Checksum] [ win-x64-zip-checksum ] |
6565| ** Windows x86** | [ Installer] [ win-x86-installer ] - [ Checksum] [ win-x86-installer-checksum ] <br >[ zip] [ win-x86-zip ] - [ Checksum] [ win-x86-zip-checksum ] |
@@ -69,50 +69,49 @@ To download the .NET Core runtime **without** the SDK, visit https://github.com/
6969| ** RHEL 6** | [ tar.gz] [ rhel-6-targz ] - [ Checksum] [ rhel-6-targz-checksum ] |
7070| ** Alpine 3.6** | [ tar.gz] [ alpine-3.6-targz ] - [ Checksum] [ alpine-3.6-targz-checksum ] |
7171
72- | Latest Coherent Build<sup >2</sup ><br >* release/2.1.3xx * |
72+ | Latest Coherent Build<sup >2</sup ><br >* master * |
7373| :------:|
7474| [ ![ ] [ coherent-version-badge ]] [ coherent-version ] |
7575
7676Reference notes:
7777> ** 1** : * 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.*
7878> <br ><br >** 2** : * A 'coherent' build is defined as a build where the Runtime version matches between the CLI and Asp.NET.*
7979
80- [ version ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx /latest.version
81- [ coherent-version ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx /latest.coherent.version
80+ [ version ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master /latest.version
81+ [ coherent-version ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master /latest.coherent.version
8282[ comment ] : # ( The latest versions are always the same across all platforms. Just need one to show, so picking win-x64's svg. )
83+ [ version-badge ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x64_Release_version_badge.svg
84+ [ coherent-version-badge ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x64_Release_coherent_badge.svg
8385
84- [ version-badge ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/win_x64_Release_version_badge.svg
85- [ coherent-version-badge ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/win_x64_Release_coherent_badge.svg
86+ [ win-x64-installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe
87+ [ win-x64-installer-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe.sha
88+ [ win-x64-zip ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip
89+ [ win-x64-zip-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip.sha
8690
87- [ win-x64 -installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x64 .exe
88- [ win-x64 -installer-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x64 .exe.sha
89- [ win-x64 -zip ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x64 .zip
90- [ win-x64 -zip-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x64 .zip.sha
91+ [ win-x86 -installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-win-x86 .exe
92+ [ win-x86 -installer-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-win-x86 .exe.sha
93+ [ win-x86 -zip ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-win-x86 .zip
94+ [ win-x86 -zip-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-win-x86 .zip.sha
9195
92- [ win-x86- installer] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x86.exe
93- [ win-x86- installer-checksum] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x86.exe .sha
94- [ win-x86-zip ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x86.zip
95- [ win-x86-zip- checksum] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-win-x86.zip .sha
96+ [ osx- installer] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-osx-x64.pkg
97+ [ osx- installer-checksum] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-osx-x64.pkg .sha
98+ [ osx-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-osx-x64.tar.gz
99+ [ osx-targz- checksum] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-osx-x64.tar.gz .sha
96100
97- [ osx-installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-osx-x64.pkg
98- [ osx-installer-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-osx-x64.pkg.sha
99- [ osx-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-osx-x64.tar.gz
100- [ osx-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-osx-x64.tar.gz.sha
101+ [ linux-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz
102+ [ linux-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz.sha
101103
102- [ linux-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-linux- x64.tar.gz
103- [ linux-targz- checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-linux- x64.tar.gz .sha
104+ [ linux-DEB-installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-x64.deb
105+ [ linux-DEB-installer- checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-x64.deb .sha
104106
105- [ linux-DEB -installer] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-x64.deb
106- [ linux-DEB -installer-checksum] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-x64.deb .sha
107+ [ rhel-7 -installer] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-rhel- x64.rpm
108+ [ rhel-7 -installer-checksum] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-rhel- x64.rpm .sha
107109
108- [ rhel-7-installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-rhel-x64.rpm
109- [ rhel-7-installer -checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/ dotnet-sdk-latest-rhel-x64.rpm .sha
110+ [ rhel-6-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-rhel.6 -x64.tar.gz
111+ [ rhel-6-targz -checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/ dotnet-sdk-latest-rhel.6 -x64.tar.gz .sha
110112
111- [ rhel-6-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz
112- [ rhel-6-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha
113-
114- [ alpine-3.6-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-alpine.3.6-x64.tar.gz
115- [ alpine-3.6-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.3xx/dotnet-sdk-latest-alpine.3.6-x64.tar.gz.sha
113+ [ alpine-3.6-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-alpine.3.6-x64.tar.gz
114+ [ alpine-3.6-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-alpine.3.6-x64.tar.gz.sha
116115
117116# Debian daily feed
118117
0 commit comments