Windows 32-bit/64-bit URLs mixed up (#343)

The 32-bit link downloads the x64 executable, and the 64-bit link downloads the x86 executable.
This commit is contained in:
Andy Doyle 2016-11-20 06:33:08 +00:00 committed by Peter Marcu
parent 9c43a645c5
commit 6314c00144

View file

@ -4,7 +4,7 @@ The installers and binary archives on this page include .NET Core 1.0 SDK Previe
| .NET Core 1.1 Preview 1 | Installer | Binaries |
| ----------------------- | :----------------------------------------------: | :----------------------------------------------:|
| Windows | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835132) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835138) | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835139) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835127) |
| Windows | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835138) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835132) | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835139) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835127) |
| macOS | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835133) | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835129) |
| CentOS 7.1 | - | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835137) |
| Debian 8 | - | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835131) |