Update .NET Core links

pull/250/merge
Rich Lander 2017-03-08 22:14:18 -08:00
parent 3b69f800fe
commit 625539126c
1 changed files with 10 additions and 20 deletions

View File

@ -44,8 +44,16 @@
"runtime": [ "runtime": [
{ {
"name": ".NET Core 1.0", "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": [ "tools": [
{ {
@ -59,24 +67,6 @@
"description": "The .NET Core docker images, for Windows and Linux." "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", "platform": ".NET Framework 4.6.2",