Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-04-12 02:45:09 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-12 23:42:52 +0300
commit796a4b6af55c9ff548e172a943b9af737706fe2b (patch)
tree428c1990e3e871306256003d6a97b41206659a22 /pkg/descriptions.json
parent5635b57b487454f47fccae8aad3a53640d47b0c3 (diff)
Add NETStandard.Library.NETFramework package
This package is a support package for NETStandard2.0 on .NET 4.6.1.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 35d0e3c7cf..421744fca9 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -149,14 +149,8 @@
"CommonTypes": []
},
{
- "Name": "NETStandard.Library",
- "Description": "A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.",
- "CommonTypes": [
- ]
- },
- {
- "Name": "NETStandard.Platform",
- "Description": "A set of low level APIs that all .NET platforms must support.",
+ "Name": "NETStandard.Library.NETFramework",
+ "Description": "Adds NETStandard2.0 support to .NET Framework.",
"CommonTypes": [
]
},