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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-07-27 21:16:24 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-08-05 01:51:13 +0300
commit0eda4a88aff551682abe95960db1c98f053a1c30 (patch)
treeb10ceabb1537f4a9c2e22b2b7a3ed3ea3d7e1cbb /pkg/descriptions.json
parent1b9a1f9ede940eb15f5aef01b15c7739b4012f75 (diff)
Add .NET Framework compat package
This meta-package will make it easier for .NET Core developers to add a set of library packages to help them port code from .NET Framework to .NET Core.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 7abfe2f4bc..461fd6735e 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -51,6 +51,11 @@
"CommonTypes": []
},
{
+ "Name": "Microsoft.NETFramework.Compatibility",
+ "Description": "References a number of .NET Core libraries that are intended to provide support for more APIs that exist on .NET Framework.",
+ "CommonTypes": []
+ },
+ {
"Name": "Microsoft.NETCore.Runtime",
"Description": "The .NET Core runtime.",
"CommonTypes": []
@@ -1577,7 +1582,7 @@
{
"Name": "System.Security.Cryptography.Xml",
"Description": "Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, \"XML-Signature Syntax and Processing\", described at http://www.w3.org/TR/xmldsig-core/.",
- "CommonTypes": [
+ "CommonTypes": [
"System.Security.Cryptography.Xml.CipherData",
"System.Security.Cryptography.Xml.CipherReference",
"System.Security.Cryptography.Xml.DataObject",