From 625539126cd6623352a7f962ac4c4aa49e9a54e5 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Wed, 8 Mar 2017 22:14:18 -0800 Subject: [PATCH] Update .NET Core links --- data/platforms.json | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/data/platforms.json b/data/platforms.json index a4374d7..58b82f1 100644 --- a/data/platforms.json +++ b/data/platforms.json @@ -44,8 +44,16 @@ "runtime": [ { "name": ".NET Core 1.0", - "link": "https://dot.net/core" - } + "link": "https://github.com/dotnet/core/releases/tag/1.0.4" + }, + { + "name": ".NET Core 1.1", + "link": "https://github.com/dotnet/core/releases/tag/1.1.1" + }, + { + "name": "ASP.NET Core", + "link": "http://www.asp.net/get-started" + } ], "tools": [ { @@ -59,24 +67,6 @@ "description": "The .NET Core docker images, for Windows and Linux." } ] - }, - { - "platform": "ASP.NET Core 1.0", - "category": "netcore", - "supportInfo": { - "support": "Supported", - "link": "" - }, - "popular": true, - "info": "https://blogs.msdn.microsoft.com/webdev/2017/03/07/announcing-visual-studio-2017/", - "includedIn": [ ], - "supportedBy": [ "VS2017" ], - "runtime": [ - { - "name": "ASP.NET Core 1.0", - "link": "http://www.asp.net/get-started" - } - ] }, { "platform": ".NET Framework 4.6.2",