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
path: root/pkg
diff options
context:
space:
mode:
authorEric StJohn <ericstj@microsoft.com>2017-06-03 00:27:14 +0300
committerGitHub <noreply@github.com>2017-06-03 00:27:14 +0300
commit1cd1bf991d3f9ff72f1d7ecf7fa3998e823518a7 (patch)
tree220912bf2e3126f3e31cf1b9e7d2b81311c7c110 /pkg
parent8ec777a64fcfbff25baa96531f1083297296ef0c (diff)
parent2ff2d43201846ba320614e7ff7e8f122bfdb91c4 (diff)
Merge pull request #20634 from ericstj/dirServices.pkg
Enable DirectoryServices packages
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json9
-rw-r--r--pkg/descriptions.json26
2 files changed, 35 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 06a7406abe..6723f07496 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -1486,16 +1486,25 @@
"System.DirectoryServices": {
"InboxOn": {
"net45": "4.0.0.0"
+ },
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.5.0"
}
},
"System.DirectoryServices.AccountManagement": {
"InboxOn": {
"net45": "4.0.0.0"
+ },
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.5.0"
}
},
"System.DirectoryServices.Protocols": {
"InboxOn": {
"net45": "4.0.0.0"
+ },
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.5.0"
}
},
"System.Drawing": {
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 421744fca9..f8fec250f2 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -569,6 +569,32 @@
]
},
{
+ "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.",
"CommonTypes": [