Clean up product naming
This commit is contained in:
parent
c617ee1d80
commit
61e2acfc0e
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -22,10 +22,15 @@ Build Status
|
|||
|:------:|:------:|:------:|:------:|:------:|:------:|
|
||||
|||| | | |
|
||||
|
||||
SDK Installers
|
||||
----------
|
||||
Installers and Binaries
|
||||
-----------------------
|
||||
|
||||
| |Version |.NET Core Installers|.NET Core Cli Installers|.NET Core Binaries|.NET Core Cli Binaries|
|
||||
You can download .NET Core as either an installer (MSI, PKG) or a zip (zip, gzip). You can download the product in two flavours:
|
||||
|
||||
- .NET Core - .NET Core runtime and framework
|
||||
- .NET Core SDK - .NET Core + CLI tools
|
||||
|
||||
| |Version |.NET Core Installer|.NET Core SDK Installer|.NET Core Binaries|.NET Core SDK Binaries|
|
||||
|---------|:------:|:------:|:------:|:------:|:------:|
|
||||
|**Windows x64**||[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-win-x64.latest.exe)|[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-dev-win-x64.latest.exe)|[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/dotnet-win-x64.latest.zip)|[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/dotnet-dev-win-x64.latest.zip)|
|
||||
|**Windows x86**||[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-win-x86.latest.exe)|[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-dev-win-x86.latest.exe)|[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/dotnet-win-x86.latest.zip)|[Download](https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/dotnet-dev-win-x86.latest.zip)|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue