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:
authorEric StJohn <ericstj@microsoft.com>2017-04-04 21:34:59 +0300
committerGitHub <noreply@github.com>2017-04-04 21:34:59 +0300
commit9d9839d4533875a935d758154bda49cae56dfa8a (patch)
treec7cd0a6379f34c86864f5dc66e80f2540cc34c92 /pkg/Microsoft.Private.PackageBaseline
parent6c0d076cdd5a78001142fe5f50deb45f3b17bed3 (diff)
Add back package for System.Reflection.TypeExtensions (#17831)
Fixes #17819 System.Reflection.TypeExtensions is not part of NETStandard.Library. It's included in NetCore.App, but the package is required in order to ship the netstandard ref and desktop implementation. We must ship the higher version of API (4.1.x) on net461 now that net461 supports netstandard2.0. Previously this API was only supported starting with net462.
Diffstat (limited to 'pkg/Microsoft.Private.PackageBaseline')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 25df2d23ec..a4f3bcee34 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -3117,7 +3117,8 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.1.0",
- "4.1.1.0": "4.3.0"
+ "4.1.1.0": "4.3.0",
+ "4.1.2.0": "4.4.0"
}
},
"System.Resources.Reader": {