Update .NET Core links
parent
3b69f800fe
commit
625539126c
|
@ -44,7 +44,15 @@
|
|||
"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": [
|
||||
|
@ -60,24 +68,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"alias": "net462",
|
||||
|
|
Loading…
Reference in New Issue