Added .NET 4.6.2 entries to platforms.json
parent
43c3ee496e
commit
1d63bb71d4
|
@ -33,6 +33,31 @@
|
|||
|
||||
"platforms":
|
||||
[
|
||||
{
|
||||
"platform": ".NET Framework 4.6.2",
|
||||
"category": "netfx",
|
||||
"supportInfo": {
|
||||
"support": "Supported",
|
||||
"link": ""
|
||||
},
|
||||
"popular": true,
|
||||
"info": "http://go.microsoft.com/fwlink/?LinkID=708776",
|
||||
"includedIn": [ "VS2015" ],
|
||||
"supportedBy": [ "VS2013", "VS2012" ],
|
||||
"runtime": [
|
||||
{
|
||||
"name": ".NET Framework 4.6.2 Preview",
|
||||
"link": "http://go.microsoft.com/fwlink/?LinkId=708735"
|
||||
}
|
||||
],
|
||||
"tools": [
|
||||
{
|
||||
"name": ".NET Framework 4.6.2 Preview Developer Pack",
|
||||
"link": "http://go.microsoft.com/fwlink/?LinkId=708774",
|
||||
"description": "The .NET 4.6.2 Developer pack includes 4.6.2 reference assemblies needed by Visual Studio and msbuild."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"platform":".NET Framework 4.6.1",
|
||||
"category":"netfx",
|
||||
|
|
Loading…
Reference in New Issue