From 09edd744430d56fbaf9463673f157bd0c0ad6778 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 14 Mar 2017 13:12:24 +1100 Subject: [PATCH] Remove specific .NETCore version numbers [skip ci] They're are not on the linked pages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 368afc3b3f..967bccf8aa 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ Packages include: If you prefer, you can compile ImageSharp yourself (please do and help!), you'll need: - [Visual Studio 2017 (or above)](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) -- The [.NET Core 1.0 SDK Installer](https://www.microsoft.com/net/core#windows) - Non VSCode link. +- The [.NET Core SDK Installer](https://www.microsoft.com/net/core#windows) - Non VSCode link. Alternatively on Linux you can use: - [Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) -- [.Net Core 1.1](https://www.microsoft.com/net/core#linuxubuntu) +- [.Net Core](https://www.microsoft.com/net/core#linuxubuntu) To clone it locally click the "Clone in Windows" button above or run the following git commands.