.NET Framework 4.6.2 platforms.json update (#309)

platforms.json update
pull/310/head
Preeti Krishna 2016-08-02 11:53:43 -07:00 committed by Rich Lander
parent 999766aba3
commit ee21507ac1
1 changed files with 4 additions and 4 deletions

View File

@ -46,14 +46,14 @@
"supportedBy": [ "VS2013", "VS2012" ],
"runtime": [
{
"name": ".NET Framework 4.6.2 Preview",
"link": "http://go.microsoft.com/fwlink/?LinkId=708735"
"name": ".NET Framework 4.6.2",
"link": "http://go.microsoft.com/fwlink/?LinkId=780597"
}
],
"tools": [
{
"name": ".NET Framework 4.6.2 Preview Developer Pack",
"link": "http://go.microsoft.com/fwlink/?LinkId=708774",
"name": ".NET Framework 4.6.2 Developer Pack",
"link": "http://go.microsoft.com/fwlink/?LinkId=780617",
"description": "The .NET 4.6.2 Developer pack includes 4.6.2 reference assemblies needed by Visual Studio and msbuild."
}
]