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:
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>2016-12-09 08:04:13 +0300
committerGitHub <noreply@github.com>2016-12-09 08:04:13 +0300
commitad4449961034e7ba4a582caee6a756e9bac084e1 (patch)
tree329c82646b42189fc4a669c8ba54b827409ae298 /pkg/Microsoft.Private.PackageBaseline
parent1136bb4ae34feb85062792a4e582366a3412fe67 (diff)
System.Configuration port (#14293)
* Initial code port This has mostly auto-generated code style changes from the original sources. Security and code analysis attributes were removed and TypeHelper was stripped of limited trust methods. * Initial functional change Removes limited trust related code. Removes Debug class (the original code was below System.Diagnostics). Remove ConfigurationManagerHelperFactory- this was a callback for System.Config.Net. Removes FileUtil (don't need the extra platform specific logic). Adds test, ref, and package projects. Adds initial smoke test. There is a lot left to do, tests being a primary piece. Need to figure out what the "machine.config" means in the .NET Core world. Also need to come up with decent heuristics for "app.config" location. * Address feedback Removed files I missed, address feedback. Scrub through for some more references to CAS.
Diffstat (limited to 'pkg/Microsoft.Private.PackageBaseline')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 91d2209df2..416bf376de 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -3157,6 +3157,11 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.4.0"
}
+ },
+ "System.Configuration": {
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.4.0"
+ }
}
},
"ModulesToPackages": {