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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-03-02 22:50:34 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-03-02 22:50:34 +0300
commit9bade79936a704964a87445ed5c32ca60b712f9a (patch)
tree2d2275551d930c99a755bac15e3513003edb3220 /pkg/Microsoft.Private.PackageBaseline
parentee00ac5aec23c24ab05821c089cc9cbbd3285369 (diff)
Remove System.Transactions.Local individual package
System.Transactions.Local doesn't need to ship as an individual package because it is part of netstandard2.0 and will be included in the NETCore app platform package. Update the package baseline file to marke it as inbox and also add the System.Transaction inbox entries as well.
Diffstat (limited to 'pkg/Microsoft.Private.PackageBaseline')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index f7ad73c999..b9083cda8c 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -4655,8 +4655,7 @@
"4.0.2.0": "4.3.0"
}
},
- "System.Transactions.Local": {
- "BaselineVersion": "4.4.0",
+ "System.Transactions": {
"InboxOn": {
"netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
@@ -4668,9 +4667,12 @@
"xamarinmac20": "Any",
"xamarintvos10": "Any",
"xamarinwatchos10": "Any"
- },
- "AssemblyVersionInPackageVersion": {
- "4.0.0.0": "4.4.0"
+ }
+ },
+ "System.Transactions.Local": {
+ "InboxOn": {
+ "netcoreapp2.0": "4.0.0.0",
+ "uap10.1": "4.0.0.0",
}
},
"System.ValueTuple": {