@@ -23,9 +23,9 @@ This project has adopted the code of conduct defined by the [Contributor Covenan
2323Build Status
2424------------
2525
26- | Windows x64| Windows x86| macOS| Linux x64 Archive| Linux arm Archive| Linux Native Installers| RHEL 6 Archive| Alpine 3.6 Archive|
27- | :------:| :------:| :------:| :------:| :------:| :------:| :------:| :------:|
28- | [ ![ ] [ win-x64-build-badge ]] [ win-x64-build ] | [ ![ ] [ win-x86-build-badge ]] [ win-x86-build ] | [ ![ ] [ osx-build-badge ]] [ osx-build ] | [ ![ ] [ linux-build-badge ]] [ linux-build ] | [ ![ ] [ linux-arm-build-badge ]] [ linux-arm-build ] | [ ![ ] [ linuxnative-build-badge ]] [ linuxnative-build ] | [ ![ ] [ rhel6-build-badge ]] [ rhel6-build ] | [ ![ ] [ alpine3.6-build-badge ]] [ alpine3.6-build ] |
26+ | Windows x64| Windows x86| macOS| Linux x64 Archive| Linux arm Archive| Linux arm64 Archive | Linux Native Installers| RHEL 6 Archive| Alpine 3.6 Archive|
27+ | :------:| :------:| :------:| :------:| :------:| :------:| :------:| :------:| :------: |
28+ | [ ![ ] [ win-x64-build-badge ]] [ win-x64-build ] | [ ![ ] [ win-x86-build-badge ]] [ win-x86-build ] | [ ![ ] [ osx-build-badge ]] [ osx-build ] | [ ![ ] [ linux-build-badge ]] [ linux-build ] | [ ![ ] [ linux-arm-build-badge ]] [ linux-arm-build ] | [ ![ ] [ linux-arm64-build-badge ]] [ linux-arm64-build ] | [ ![ ] [ linuxnative-build-badge ]] [ linuxnative-build ] | [ ![ ] [ rhel6-build-badge ]] [ rhel6-build ] | [ ![ ] [ alpine3.6-build-badge ]] [ alpine3.6-build ] |
2929
3030[ win-x64-build-badge ] : https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/6902/badge
3131[ win-x64-build ] : https://devdiv.visualstudio.com/DevDiv/_build?_a=completed&definitionId=6902
@@ -42,6 +42,9 @@ Build Status
4242[ linux-arm-build-badge ] : https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/8721/badge
4343[ linux-arm-build ] : https://devdiv.visualstudio.com/DevDiv/_build?_a=completed&definitionId=8721
4444
45+ [ linux-arm64-build-badge ] : https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/8817/badge
46+ [ linux-arm64-build ] : https://devdiv.visualstudio.com/DevDiv/_build?_a=completed&definitionId=8817
47+
4548[ linuxnative-build-badge ] : https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/7254/badge
4649[ linuxnative-build ] : https://devdiv.visualstudio.com/DevDiv/_build?_a=completed&definitionId=7254
4750
@@ -69,6 +72,7 @@ To download the .NET Core runtime **without** the SDK, visit https://github.com/
6972| ** macOS** | [ Installer] [ osx-installer ] - [ Checksum] [ osx-installer-checksum ] <br >[ tar.gz] [ osx-targz ] - [ Checksum] [ osx-targz-checksum ] |
7073| ** Linux x64** | [ DEB Installer] [ linux-DEB-installer ] - [ Checksum] [ linux-DEB-installer-checksum ] <br >[ RPM Installer] [ linux-RPM-installer ] - [ Checksum] [ linux-RPM-installer-checksum ] <br >_ see installer note below_ <sup >1</sup ><br >[ tar.gz] [ linux-targz ] - [ Checksum] [ linux-targz-checksum ] |
7174| ** Linux arm** | [ tar.gz] [ linux-arm-targz ] - [ Checksum] [ linux-arm-targz-checksum ] |
75+ | ** Linux arm64** | [ tar.gz] [ linux-arm64-targz ] - [ Checksum] [ linux-arm64-targz-checksum ] |
7276| ** RHEL 6** | [ tar.gz] [ rhel-6-targz ] - [ Checksum] [ rhel-6-targz-checksum ] |
7377| ** Alpine 3.6** | [ tar.gz] [ alpine-3.6-targz ] - [ Checksum] [ alpine-3.6-targz-checksum ] |
7478
@@ -107,6 +111,9 @@ Reference notes:
107111[ linux-arm-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz
108112[ linux-arm-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz.sha
109113
114+ [ linux-arm64-targz ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz
115+ [ linux-arm64-targz-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz.sha
116+
110117[ linux-DEB-installer ] : https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.deb
111118[ linux-DEB-installer-checksum ] : https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.deb.sha
112119
0 commit comments