Update .NET Core links
parent
3b69f800fe
commit
625539126c
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue