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:
authorStephen Toub <stoub@microsoft.com>2016-09-29 00:34:16 +0300
committerGitHub <noreply@github.com>2016-09-29 00:34:16 +0300
commitab0c04f10c8094731d13de6f0ceaa71dd776aa00 (patch)
tree352dc15d1d69273ca499418358ca3df25d56bbe5 /pkg
parentc9c676efbbcc9da026c437d50e3e0e9069a21ce6 (diff)
parentca7a46974bf4cdc278930b98091ecd7f247d624c (diff)
Merge pull request #12117 from stephentoub/add_codedom
Add System.CodeDom to corefx
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json7
-rw-r--r--pkg/descriptions.json10
2 files changed, 16 insertions, 1 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 38af6e5de5..b2dcfc0398 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -658,6 +658,11 @@
"4.0.1.0": "4.3.0"
}
},
+ "System.CodeDom": {
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.3.0"
+ }
+ },
"System.Collections": {
"StableVersions": [
"4.0.0",
@@ -2274,4 +2279,4 @@
"System.Security.Cryptography.Native.Apple": "runtime.native.System.Security.Cryptography.Apple",
"System.Security.Cryptography.Native.OpenSsl": "runtime.native.System.Security.Cryptography.OpenSsl"
}
-}
+} \ No newline at end of file
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 1405c78948..db38268a4e 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -187,6 +187,16 @@
]
},
{
+ "Name": "System.CodeDom",
+ "Description": "Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language.",
+ "CommonTypes": [
+ "System.CodeDom.CodeObject",
+ "System.CodeDom.Compiler.CodeDomProvider",
+ "Microsoft.CSharp.CSharpCodeProvider",
+ "Microsoft.VisualBasic.VBCodeProvider"
+ ]
+ },
+ {
"Name": "System.Collections",
"Description": "Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.",
"CommonTypes": [