From c78b335489843c5ce94f88865d1fbedae1bdad92 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Wed, 3 Jun 2020 17:28:16 -0700 Subject: [PATCH] Update README.md Remove mention of 2.0 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b7b3d9cc3..5b258e8a7 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,10 @@ This repo contains the source code for the cross-platform [.NET Core](http://github.com/dotnet/core) SDK. It aggregates the .NET Toolchain, the .NET Core runtime, the templates, and the .NET Core Windows Desktop runtime. It produces zip, tarballs, and native packages for various supported platforms. -Looking for V2 of the .NET Core tooling? +Looking for released versions of the .NET Core tooling? ---------------------------------------- -Download v2.0 of the .NET Core tools (CLI, MSBuild and the new csproj) at https://dot.net/core. - -> **Note:** The master branch of the .NET Core SDK repo is based on a forthcoming version of the SDK and is pre-release. For production-level usage, use the -> released version of the tools available at https://dot.net/core +Download released versions of the .NET Core tools (CLI, MSBuild and the new csproj) at https://dot.net/core. Found an issue? ---------------