From 1d63bb71d4b54adcfc460a3506107d76a354fbea Mon Sep 17 00:00:00 2001 From: Preeti Krishna Date: Wed, 30 Mar 2016 15:45:37 -0700 Subject: [PATCH] Added .NET 4.6.2 entries to platforms.json --- data/platforms.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/data/platforms.json b/data/platforms.json index 8e8bcdf..007304f 100644 --- a/data/platforms.json +++ b/data/platforms.json @@ -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",