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 Eilebrecht <ericeil@microsoft.com>2016-10-04 01:18:47 +0300
committerGitHub <noreply@github.com>2016-10-04 01:18:47 +0300
commit3b71aec26195cfd020237ad504f2fff248019277 (patch)
treea055623b31a3da298c7db374e48029ddb1835feb /pkg
parent3c26e927e7eda7af64b8434014ce9f95bcad351d (diff)
Move System.Net.Sockets to netstandard 1.7 (#12249)
* Make Sockets target ns1.7, maintaining old configs * Remove netstandard1.3 implementations. * Fix NetworkStream overrides * Fix serialization attributes * Move tests to netstandard1.7
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 51c6beca4f..a5899bb3f3 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -630,7 +630,8 @@
"4.1.0"
],
"AssemblyVersionInPackageVersion": {
- "4.2.0.0": "4.3.0"
+ "4.2.0.0": "4.3.0",
+ "4.1.1.0": "4.3.0"
}
},
"runtime.unix.System.Private.Uri": {
@@ -697,7 +698,8 @@
"4.1.0"
],
"AssemblyVersionInPackageVersion": {
- "4.2.0.0": "4.3.0"
+ "4.2.0.0": "4.3.0",
+ "4.1.1.0": "4.3.0"
}
},
"runtime.win.System.Runtime.Extensions": {
@@ -1446,7 +1448,8 @@
"4.1.0.0": "4.1.0",
"4.0.0.0": "4.0.0",
"4.0.1.0": "4.1.0",
- "4.2.0.0": "4.3.0"
+ "4.2.0.0": "4.3.0",
+ "4.1.1.0": "4.3.0"
}
},
"System.Net.WebClient": {