You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
37
external/corefx/pkg/descriptions.json
vendored
37
external/corefx/pkg/descriptions.json
vendored
@@ -144,14 +144,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": "Microsoft.XmlSerializer.Generator",
|
||||
"Description": "Provides SGen tool to generate Xml serialization code for types in a specified assembly in order to improve the startup performance of a XmlSerializer when it serializes or deserializes objects of the specified types",
|
||||
"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": [
|
||||
]
|
||||
},
|
||||
@@ -569,6 +568,32 @@
|
||||
"System.Diagnostics.Tracing.NonEventAttribute"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "System.DirectoryServices",
|
||||
"Description": "Provides easy access to Active Directory Domain Services.",
|
||||
"CommonTypes": [
|
||||
"System.DirectoryServices.DirectoryEntry",
|
||||
"System.DirectoryServices.DirectorySearcher",
|
||||
"System.DirectoryServices.ActiveDirectory.ActiveDirectorySite",
|
||||
"System.DirectoryServices.ActiveDirectory.ApplicationPartition",
|
||||
"System.DirectoryServices.ActiveDirectory.DirectoryContext",
|
||||
"System.DirectoryServices.ActiveDirectory.DirectoryServer",
|
||||
"System.DirectoryServices.ActiveDirectory.Domain",
|
||||
"System.DirectoryServices.ActiveDirectory.DomainController"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "System.DirectoryServices.AccountManagement",
|
||||
"Description": "Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).",
|
||||
"CommonTypes": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "System.DirectoryServices.Protocols",
|
||||
"Description": "Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.",
|
||||
"CommonTypes": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "System.Drawing.Primitives",
|
||||
"Description": "Provides basic drawing primitive structures, that exposes the corresponding System.Drawing.dll types in .NET Core.",
|
||||
|
||||
Reference in New Issue
Block a user