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>2018-03-07 01:48:32 +0300
committerGitHub <noreply@github.com>2018-03-07 01:48:32 +0300
commitc37e3e5f6b2a3fce69cffe1096ff5c491ed3639d (patch)
tree6877a3ec663a5e7c5f8bc8484b4dd020655bcbaf /pkg
parentf7bec37564c1b61450090336b9cc76b64480d915 (diff)
Fix System.Threading.Tasks.Extensions packaging for 2.1 (#27760)
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 900cc739e7..74b6df1e49 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -4900,13 +4900,14 @@
"BaselineVersion": "4.4.0",
"InboxOn": {
"netcoreapp2.0": "4.1.1.0",
- "netcoreapp2.1": "4.1.2.0",
+ "netcoreapp2.1": "4.2.0.0",
"uap10.0.16300": "4.1.2.0"
},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.3.0",
- "4.1.1.0": "4.4.0"
+ "4.1.1.0": "4.4.0",
+ "4.2.0.0": "4.5.0"
}
},
"System.Threading.Tasks.Parallel": {