From 50fdde6cc59b249394966a68ece3bea9e0662dba Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Mon, 5 Mar 2018 17:45:30 -0800 Subject: [PATCH 1/2] Updating UAPvNext TFM --- dir.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dir.props b/dir.props index 669e9d22d0..121bb42ec9 100644 --- a/dir.props +++ b/dir.props @@ -11,7 +11,7 @@ - 10.0.15138 + 10.0.16300 UAP,Version=v$(UAPvNextVersion) uap$(UAPvNextVersion) From f2bb63def3703c8a4275abd1456de92fece64f87 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 6 Mar 2018 15:57:58 -0800 Subject: [PATCH 2/2] Updating packageIndex --- pkg/baseline/packageIndex.json | 20 ++++++++++++++----- .../pkg/System.ServiceModel.Http.pkgproj | 5 +++++ .../pkg/System.ServiceModel.NetTcp.pkgproj | 5 +++++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/pkg/baseline/packageIndex.json b/pkg/baseline/packageIndex.json index fbe5a109e7..ec17e78d34 100644 --- a/pkg/baseline/packageIndex.json +++ b/pkg/baseline/packageIndex.json @@ -36,7 +36,9 @@ "4.3.1" ], "BaselineVersion": "4.5.0", - "InboxOn": {}, + "InboxOn": { + "uap10.0.16299": "4.1.1.0" + }, "AssemblyVersionInPackageVersion": { "4.0.0.0": "4.0.0", "4.0.1.0": "4.0.1", @@ -55,7 +57,9 @@ "4.3.1" ], "BaselineVersion": "4.5.0", - "InboxOn": {}, + "InboxOn": { + "uap10.0.16299": "4.1.3.0" + }, "AssemblyVersionInPackageVersion": { "3.9.0.0": "3.9.0", "4.0.0.0": "4.0.0", @@ -74,7 +78,9 @@ "4.3.1" ], "BaselineVersion": "4.5.0", - "InboxOn": {}, + "InboxOn": { + "uap10.0.16299": "4.1.3.0" + }, "AssemblyVersionInPackageVersion": { "4.0.0.0": "4.0.0", "4.1.0.0": "4.1.0", @@ -92,7 +98,9 @@ "4.3.1" ], "BaselineVersion": "4.5.0", - "InboxOn": {}, + "InboxOn": { + "uap10.0.16299": "4.2.1.0" + }, "AssemblyVersionInPackageVersion": { "3.9.0.0": "3.9.0", "4.0.0.0": "4.0.0", @@ -111,7 +119,9 @@ "4.3.1" ], "BaselineVersion": "4.5.0", - "InboxOn": {}, + "InboxOn": { + "uap10.0.16299": "4.0.4.0" + }, "AssemblyVersionInPackageVersion": { "3.9.0.0": "3.9.0", "4.0.0.0": "4.0.0", diff --git a/src/System.ServiceModel.Http/pkg/System.ServiceModel.Http.pkgproj b/src/System.ServiceModel.Http/pkg/System.ServiceModel.Http.pkgproj index f57ae4af52..697306a490 100644 --- a/src/System.ServiceModel.Http/pkg/System.ServiceModel.Http.pkgproj +++ b/src/System.ServiceModel.Http/pkg/System.ServiceModel.Http.pkgproj @@ -27,6 +27,11 @@ .NETStandard,Version=v1.0;.NETStandard,Version=v1.1;.NETStandard,Version=v1.2 + + + UAP + \ No newline at end of file diff --git a/src/System.ServiceModel.NetTcp/pkg/System.ServiceModel.NetTcp.pkgproj b/src/System.ServiceModel.NetTcp/pkg/System.ServiceModel.NetTcp.pkgproj index 582164d943..2d3d5ecb39 100644 --- a/src/System.ServiceModel.NetTcp/pkg/System.ServiceModel.NetTcp.pkgproj +++ b/src/System.ServiceModel.NetTcp/pkg/System.ServiceModel.NetTcp.pkgproj @@ -26,6 +26,11 @@ .NETStandard,Version=v1.1;.NETStandard,Version=v1.2 + + + UAP + \ No newline at end of file