From 3e22d4fda06961c9b85d0b0ea941f5647bb860bf Mon Sep 17 00:00:00 2001 From: preetikr Date: Tue, 17 Oct 2017 16:38:29 -0700 Subject: [PATCH] Update for .NET Framework 4.7.1 --- data/platforms.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/data/platforms.json b/data/platforms.json index 2e18f8a..3505e75 100644 --- a/data/platforms.json +++ b/data/platforms.json @@ -81,6 +81,37 @@ "link": "https://github.com/dotnet/core/releases/tag/1.1.1" } ] + }, + { + "platform": ".NET Framework 4.7.1", + "alias": "net471", + "category": "netfx", + "supportInfo": { + "support": "Supported", + "link": "" + }, + "popular": true, + "info": "http://go.microsoft.com/fwlink/?LinkId=852091", + "includedIn": [ + "VS2017" + ], + "supportedBy": [ + "VS2015" + ], + "runtime": [ + { + "name": ".NET Framework 4.7.1", + "link": "http://go.microsoft.com/fwlink/?LinkId=852095", + "directLink": "http://go.microsoft.com/fwlink/?LinkId=852092&source=getdotnet&desc=dotnet471" + } + ], + "tools": [ + { + "name": ".NET Framework 4.7.1 Developer Pack", + "link": "http://go.microsoft.com/fwlink/?LinkId=852105", + "description": "The .NET 4.7.1 Developer pack includes 4.7.1 reference assemblies needed by Visual Studio and msbuild." + } + ] }, { "platform": ".NET Framework 4.7",