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>2016-11-08 01:43:11 +0300
committerEric St. John <ericstj@microsoft.com>2016-11-10 02:58:43 +0300
commit1f81c92485d60d23ae1ec415c6e0a1a3eb37f698 (patch)
treec89aa6540e43bca40c7ebbcba7367f474f05baa2 /pkg/descriptions.json
parentac64d4de8a4d4e66acd26819e18bb184e6da808a (diff)
Add layout based NETCoreApp packages
This adds a package Microsoft.Private.CoreFx.NETCoreApp This package contains all the reference assemblies for NETCoreApp and a runtime.json for runtime-specific packages which each contain the entire implementation.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index f305b79b57..2654b9c5c8 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -111,6 +111,11 @@
"CommonTypes": []
},
{
+ "Name": "Microsoft.Private.CoreFx.NETCoreApp",
+ "Description": "Package used to represent the portions of NETCoreApp that come from CoreFx.",
+ "CommonTypes": []
+ },
+ {
"Name": "Microsoft.TargetingPack.NETFramework.v4.6",
"Description": "Contains the .NET Framework v4.6 targeting pack.",
"CommonTypes": []