Merge pull request #1073 from federicorinaldi/patch-1

Update dotnet-core-2.1.md
This commit is contained in:
Angelos Petropoulos 2018-06-01 10:41:04 -07:00 коммит произвёл GitHub
Родитель a6e1c803d1 5c52158089
Коммит 68c9db4451
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,10 @@
# .NET Core 2.1 Preview 1
To create or open applications targeting .NET Core 2.1, Visual Studio 2017 15.7 or newer is recommended. Right now 15.7 is only available as a preview, so please use the [latest Visual Studio 2017 Preview](https://www.visualstudio.com/vs/preview/).
To create or open applications targeting .NET Core 2.1, Visual Studio 2017 15.7 or newer is recommended. Click one of the following links to download the latest version of Visual Studio 2017. For instructions on installing and updating Visual Studio 2017, see [Update Visual Studio 2017 to the most recent release](https://docs.microsoft.com/visualstudio/install/update-visual-studio). Also, see instructions on [how to install offline](https://docs.microsoft.com/visualstudio/install/create-an-offline-installation-of-visual-studio).
* [Download Community 2017](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15)
* [Download Professional 2017](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Professional&rel=15)
* [Download Enterprise 2017](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Enterprise&rel=15)
Visual Studio 2017 15.6 supports creating and opening applications targeting .NET Core 2.1, but it contains known issues so 15.7 or newer is recommended.