diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index f615e64bbc..fe6abbc777 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.1.0-preview2-02528-07
+2.1.0-preview2-02606-05
diff --git a/dependencies.props b/dependencies.props
index 0a4b8347c5..2988bdf150 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -17,7 +17,7 @@
b58d6cbd6e991edbdbb32aa38a053ae2e0441155
8bd1ec5fac9f0eec34ff6b34b1d878b4359e02dd
6298244e25cf84d91e3cda9627315f2425274624
- 553f30357d08df4ed6d32f70f3478a76f5db79c2
+ 0167b3a44f6dda941b2a3a07b77934a58347f7de
@@ -48,13 +48,13 @@
1.0.3-prerelease-00921-01
1.0.0-beta-build0018
2.0.5
- 2.1.0-preview2-02528-07
+ 2.1.0-preview2-02606-05
Microsoft.DotNet.Build.Tasks.Feed
- 2.1.0-preview2-02528-07
+ 2.1.0-preview2-02606-05
diff --git a/dir.props b/dir.props
index 7aa294661c..e994f59dd1 100644
--- a/dir.props
+++ b/dir.props
@@ -148,8 +148,8 @@
<_packageRID/>
<_packageRID Condition="'$(PortableBuild)' == 'true'">$(_portableOS)-$(ArchGroup)
- <_packageRID Condition="'$(TargetGroup)' == 'uap'">win10-$(ArchGroup)
- <_packageRID Condition="'$(TargetGroup)' == 'uapaot'">win10-$(ArchGroup)-aot
+ <_packageRID Condition="$(TargetGroup.StartsWith('uap'))">win10-$(ArchGroup)
+ <_packageRID Condition="$(TargetGroup.EndsWith('aot'))">win10-$(ArchGroup)-aot
$(_packageRID)
$(RuntimeOS)-$(ArchGroup)
diff --git a/dir.targets b/dir.targets
index a82775b2a8..a51322bbf7 100644
--- a/dir.targets
+++ b/dir.targets
@@ -76,6 +76,10 @@
$(RefRootPath)netcoreapp2.0/
+
+
+ $(RefRootPath)uap10.0.16299/
+
<_TargetGroupsWithIsAot Condition="'$(BuildAllConfigurations)' == 'true'" Include="@(TargetGroups)">
$([System.String]::new('%(Identity)').Contains('aot'))
diff --git a/external/dir.proj b/external/dir.proj
index 68a0a8b122..43b80856ff 100644
--- a/external/dir.proj
+++ b/external/dir.proj
@@ -8,6 +8,7 @@
+
diff --git a/external/runtime/Configurations.props b/external/runtime/Configurations.props
index 903d22de95..4464e1b35e 100644
--- a/external/runtime/Configurations.props
+++ b/external/runtime/Configurations.props
@@ -6,6 +6,7 @@
netcoreapp-Unix;
netcoreapp2.0-Windows_NT;
netcoreapp2.0-Unix;
+ uap10.0.16299aot;
uap;
uapaot;
mono;
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 2d147b9fac..674d399473 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -7,7 +7,7 @@
2.0.0
$(NoWarn);NU1603;NU1605
-
+
UAP,Version=v10.1
uap10.1
@@ -15,7 +15,7 @@
false
Reference
-
+
1.1.0-$(ProjectNTfsExpectedPrerelease)
@@ -24,7 +24,7 @@
-
+
$(MicrosoftNETCorePlatformsPackageVersion)
diff --git a/external/uap/Configurations.props b/external/uap/Configurations.props
new file mode 100644
index 0000000000..128839ca24
--- /dev/null
+++ b/external/uap/Configurations.props
@@ -0,0 +1,8 @@
+
+
+
+
+ uap10.0.16299;
+
+
+
\ No newline at end of file
diff --git a/external/uap/uap.depproj b/external/uap/uap.depproj
new file mode 100644
index 0000000000..5c75f2374f
--- /dev/null
+++ b/external/uap/uap.depproj
@@ -0,0 +1,39 @@
+
+
+
+
+
+ true
+ Reference
+ 6.0.7
+ uap10.0.16299
+
+
+
+
+ $(UAPPackageVersion)
+
+
+
+ 4.3.0
+
+
+ 4.3.0
+
+
+
+
+
+
+
+
+
+ $(RefPath)
+
+
+
+
+
\ No newline at end of file
diff --git a/pkg/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.pkgproj b/pkg/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.pkgproj
index 3ef91b3f76..d32dfec368 100644
--- a/pkg/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.pkgproj
+++ b/pkg/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net461;$(AllXamarinFrameworks);$(UAPvNextTFM)
+ uap10.0.16299;netcoreapp2.0;net461;$(AllXamarinFrameworks)
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 74b6df1e49..c17b326d7f 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -65,22 +65,23 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "netcoreapp2.1": "4.0.4.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netcoreapp2.1": "4.0.4.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.4.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -185,14 +186,15 @@
],
"BaselineVersion": "10.2.0",
"InboxOn": {
+ "net45": "10.0.0.0",
"netcoreapp2.0": "10.0.3.0",
"netcoreapp2.1": "10.0.4.0",
- "net45": "10.0.0.0",
+ "portable45-net45+win8": "10.0.0.0",
"portable45-net45+win8+wpa81": "10.0.0.0",
+ "portable46-net451+win81": "10.0.0.0",
"portable46-net451+win81+wpa81": "10.0.0.0",
"portable46-win81+wpa81": "10.0.0.0",
- "portable46-net451+win81": "10.0.0.0",
- "portable45-net45+win8": "10.0.0.0",
+ "uap10.0.16299": "10.0.0.0",
"uap10.0.16300": "10.0.0.0",
"win8": "10.0.0.0",
"wpa81": "10.0.0.0"
@@ -233,12 +235,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -350,22 +353,23 @@
},
"mscorlib": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -383,9 +387,10 @@
},
"netstandard": {
"InboxOn": {
- "netcoreapp2.0": "2.0.0.0",
"net461": "2.0.0.0",
+ "netcoreapp2.0": "2.0.0.0",
"netstandard2.0": "2.0.0.0",
+ "uap10.0.16299": "2.0.0.0",
"uap10.0.16300": "2.0.1.0"
}
},
@@ -484,22 +489,23 @@
},
"System": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -553,12 +559,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -581,6 +588,7 @@
"InboxOn": {
"netcoreapp2.0": "4.0.2.0",
"netcoreapp2.1": "4.0.3.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0"
},
"AssemblyVersionInPackageVersion": {
@@ -610,24 +618,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -653,17 +662,18 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.14.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.0.14.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.14.0",
"uap10.0.16300": "4.0.14.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -691,6 +701,7 @@
"InboxOn": {
"netcoreapp2.0": "1.2.2.0",
"netcoreapp2.1": "1.2.3.0",
+ "uap10.0.16299": "1.2.3.0",
"uap10.0.16300": "1.2.3.0"
},
"AssemblyVersionInPackageVersion": {
@@ -710,12 +721,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -736,12 +748,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -762,22 +775,23 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -803,14 +817,15 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"xamarinios10": "Any",
@@ -829,9 +844,10 @@
},
"System.ComponentModel.Composition": {
"InboxOn": {
- "net45": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
"xamarintvos10": "Any",
@@ -848,12 +864,13 @@
},
"System.ComponentModel.DataAnnotations": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"xamarinios10": "Any",
@@ -871,24 +888,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -913,12 +931,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -939,12 +958,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1032,8 +1052,9 @@
},
"System.Configuration": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0"
}
},
@@ -1060,12 +1081,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1079,22 +1101,23 @@
},
"System.Core": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -1107,11 +1130,12 @@
},
"System.Data": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1127,12 +1151,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1209,9 +1234,10 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
- "net461": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "uap10.0.16299": "4.3.0.0",
"uap10.0.16300": "4.3.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1255,22 +1281,23 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -1295,24 +1322,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -1361,12 +1389,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.2.0",
- "netcoreapp2.1": "4.0.3.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.0.2.0",
+ "netcoreapp2.1": "4.0.3.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1398,12 +1427,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1425,12 +1455,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.2.0",
- "netstandard2.0": "4.0.2.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.2.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.2.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1451,12 +1482,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1476,23 +1508,24 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -1525,12 +1558,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1552,20 +1586,21 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net451": "4.0.10.0",
"net46": "4.0.20.0",
"net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.10.0",
"portable46-net451+win81+wpa81": "4.0.10.0",
"portable46-win81+wpa81": "4.0.10.0",
- "portable46-net451+win81": "4.0.10.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"win81": "4.0.10.0",
@@ -1609,9 +1644,10 @@
},
"System.Drawing": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
"netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0"
}
},
@@ -1640,12 +1676,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.2.0.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.2.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.2.0.0",
"uap10.0.16300": "4.2.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1672,24 +1709,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -1721,24 +1759,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -1763,12 +1802,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1789,12 +1829,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1831,25 +1872,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -1875,18 +1917,19 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net45": "4.0.0.0",
- "net461": "4.1.1.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.1.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net461": "4.1.1.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.1.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -1913,11 +1956,12 @@
},
"System.IO.Compression.FileSystem": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1933,12 +1977,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "netcoreapp2.1": "4.0.4.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netcoreapp2.1": "4.0.4.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.0.4.0",
"uap10.0.16300": "4.0.4.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1959,12 +2004,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -1999,12 +2045,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2024,12 +2071,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2049,12 +2097,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2074,12 +2123,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2104,12 +2154,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2149,10 +2200,11 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
+ "net461": "4.0.0.0",
"netcoreapp2.0": "4.1.0.0",
"netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
"netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -2181,6 +2233,7 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -2196,12 +2249,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2240,24 +2294,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net45": "4.0.0.0",
- "net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -2282,25 +2337,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -2325,16 +2381,17 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -2357,22 +2414,23 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -2418,21 +2476,22 @@
},
"System.Net": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "3.9.0.0",
- "portable45-net45+win8+wp8+wpa81": "3.9.0.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
- "portable46-wp81+wpa81": "3.9.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+win8+wp8+wpa81": "3.9.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "portable46-win81+wp81+wpa81": "3.9.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "3.9.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
@@ -2472,18 +2531,19 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net45": "4.0.0.0",
- "net461": "4.1.1.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.1.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net461": "4.1.1.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.1.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -2507,6 +2567,7 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
+ "uap10.0.16299": "4.0.4.0",
"uap10.0.16300": "4.0.4.0",
"win8": "4.0.0.0"
},
@@ -2551,10 +2612,11 @@
},
"System.Net.HttpListener": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "netcoreapp2.1": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "netcoreapp2.0": "4.0.0.0",
+ "netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2564,10 +2626,11 @@
},
"System.Net.Mail": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "netcoreapp2.1": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "netcoreapp2.0": "4.0.0.0",
+ "netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2582,12 +2645,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2607,25 +2671,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -2648,12 +2713,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2675,24 +2741,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "3.9.0.0",
- "portable45-net45+win8+wp8+wpa81": "3.9.0.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
- "portable46-wp81+wpa81": "3.9.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+win8+wp8+wpa81": "3.9.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "portable46-win81+wp81+wpa81": "3.9.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "3.9.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
@@ -2720,24 +2787,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "3.9.0.0",
- "portable45-net45+win8+wp8+wpa81": "3.9.0.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
- "portable46-wp81+wpa81": "3.9.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+win8+wp8+wpa81": "3.9.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "portable46-win81+wp81+wpa81": "3.9.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "3.9.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
@@ -2762,12 +2830,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2781,10 +2850,11 @@
},
"System.Net.ServicePoint": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "netcoreapp2.1": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "netcoreapp2.0": "4.0.0.0",
+ "netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2800,12 +2870,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2833,6 +2904,7 @@
"InboxOn": {
"netcoreapp2.0": "4.0.0.0",
"netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0"
}
},
@@ -2844,12 +2916,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net46": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net46": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2866,6 +2939,7 @@
"InboxOn": {
"netcoreapp2.0": "4.0.0.0",
"netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0"
}
},
@@ -2876,12 +2950,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2900,12 +2975,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2925,16 +3001,17 @@
},
"System.Numerics": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -2954,12 +3031,13 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.3.0",
- "netcoreapp2.1": "4.1.4.0",
- "net46": "4.0.0.0",
- "net461": "4.1.2.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net46": "4.0.0.0",
+ "net461": "4.1.2.0",
+ "netcoreapp2.0": "4.1.3.0",
+ "netcoreapp2.1": "4.1.4.0",
+ "uap10.0.16299": "4.1.4.0",
"uap10.0.16300": "4.1.4.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -2983,6 +3061,7 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
+ "uap10.0.16299": "4.0.4.0",
"uap10.0.16300": "4.0.4.0"
},
"AssemblyVersionInPackageVersion": {
@@ -3001,24 +3080,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3080,25 +3160,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3124,8 +3205,9 @@
"BaselineVersion": "4.3.0",
"InboxOn": {
"net45": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
"portable45-net45+win8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0"
},
@@ -3145,10 +3227,11 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "netcoreapp2.1": "4.0.4.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "netcoreapp2.0": "4.0.3.0",
+ "netcoreapp2.1": "4.0.4.0",
+ "uap10.0.16299": "4.0.4.0",
"uap10.0.16300": "4.0.4.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -3242,23 +3325,24 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3287,6 +3371,7 @@
"InboxOn": {
"netcoreapp2.0": "1.4.2.0",
"netcoreapp2.1": "1.4.3.0",
+ "uap10.0.16299": "1.4.3.0",
"uap10.0.16300": "1.4.3.0"
},
"AssemblyVersionInPackageVersion": {
@@ -3307,23 +3392,24 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3348,10 +3434,11 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.2.0",
- "netcoreapp2.1": "4.1.3.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "netcoreapp2.0": "4.1.2.0",
+ "netcoreapp2.1": "4.1.3.0",
+ "uap10.0.16299": "4.1.3.0",
"uap10.0.16300": "4.1.3.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -3373,10 +3460,11 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
+ "net461": "4.0.1.0",
"netcoreapp2.0": "4.1.0.0",
"netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
"netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -3402,23 +3490,24 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3441,10 +3530,11 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
+ "net461": "4.0.1.0",
"netcoreapp2.0": "4.1.0.0",
"netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
"netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -3462,26 +3552,27 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net451": "4.0.10.0",
"net46": "4.0.20.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.10.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.10.0",
- "portable46-net451+win81": "4.0.10.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.10.0",
+ "portable46-net451+win81+wpa81": "4.0.10.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.10.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"win81": "4.0.10.0",
@@ -3536,12 +3627,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -3567,25 +3659,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3610,12 +3703,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net46": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net46": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -3638,20 +3732,21 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net451": "4.0.10.0",
"net46": "4.0.20.0",
"net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.10.0",
"portable46-net451+win81+wpa81": "4.0.10.0",
"portable46-win81+wpa81": "4.0.10.0",
- "portable46-net451+win81": "4.0.10.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"win81": "4.0.10.0",
@@ -3676,10 +3771,11 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.2.0",
- "netcoreapp2.1": "4.0.3.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "netcoreapp2.0": "4.0.2.0",
+ "netcoreapp2.1": "4.0.3.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -3700,21 +3796,22 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3759,17 +3856,18 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -3791,22 +3889,23 @@
},
"System.Runtime.Serialization": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -3823,12 +3922,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.2.0",
- "netcoreapp2.1": "4.0.3.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.0.2.0",
+ "netcoreapp2.1": "4.0.3.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -3853,22 +3953,23 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.4.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.4.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.4.0",
"uap10.0.16300": "4.0.4.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3895,25 +3996,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.1.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.1.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.1.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3941,25 +4043,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.3.0",
- "netcoreapp2.1": "4.1.4.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.1.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.1.3.0",
+ "netcoreapp2.1": "4.1.4.0",
+ "netstandard2.0": "4.1.1.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.1.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.1.4.0",
"uap10.0.16300": "4.1.4.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -3986,10 +4089,11 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "portable46-win81+wp81+wpa81": "4.0.0.0",
"portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
"portable46-win81+wpa81": "4.0.10.0",
"portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.14.0",
"uap10.0.16300": "4.0.14.0",
"win8": "4.0.0.0",
"win81": "4.0.10.0",
@@ -4013,6 +4117,7 @@
"BaselineVersion": "4.3.0",
"InboxOn": {
"portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.4.0",
"uap10.0.16300": "4.0.4.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0"
@@ -4026,8 +4131,9 @@
},
"System.Security": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0"
}
},
@@ -4039,6 +4145,7 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -4056,12 +4163,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4081,12 +4189,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.3.0.0",
- "netcoreapp2.1": "4.3.1.0",
- "net461": "4.2.0.0",
- "netstandard2.0": "4.2.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.2.0.0",
+ "netcoreapp2.0": "4.3.0.0",
+ "netcoreapp2.1": "4.3.1.0",
+ "netstandard2.0": "4.2.0.0",
+ "uap10.0.16299": "4.3.1.0",
"uap10.0.16300": "4.3.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4110,6 +4219,7 @@
"InboxOn": {
"monoandroid10": "Any",
"monotouch10": "Any",
+ "uap10.0.16299": "4.3.1.0",
"uap10.0.16300": "4.3.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4132,12 +4242,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4156,12 +4267,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4210,12 +4322,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4256,12 +4369,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
- "net461": "4.1.0.0",
- "netstandard2.0": "4.1.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.1.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4304,23 +4418,24 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -4344,6 +4459,7 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -4360,12 +4476,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4379,14 +4496,15 @@
},
"System.ServiceModel": {
"InboxOn": {
- "net45": "4.0.0.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "uap10.0.16299": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
"xamarinios10": "Any",
@@ -4417,11 +4535,12 @@
},
"System.ServiceModel.Duplex": {
"InboxOn": {
- "net45": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"win8": "4.0.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4431,15 +4550,16 @@
},
"System.ServiceModel.Http": {
"InboxOn": {
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "uap10.0.16299": "4.1.3.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
"xamarinios10": "Any",
@@ -4460,11 +4580,12 @@
},
"System.ServiceModel.NetTcp": {
"InboxOn": {
- "net45": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "uap10.0.16299": "4.1.3.0",
"win8": "4.0.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4474,14 +4595,15 @@
},
"System.ServiceModel.Primitives": {
"InboxOn": {
- "net45": "4.0.0.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "uap10.0.16299": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
"xamarinios10": "Any",
@@ -4497,14 +4619,15 @@
},
"System.ServiceModel.Security": {
"InboxOn": {
- "net45": "4.0.0.0",
- "portable46-win81+wp81": "3.9.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "3.9.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "3.9.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "3.9.0.0",
+ "portable45-net45+wp8": "3.9.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-win81+wp81": "3.9.0.0",
+ "uap10.0.16299": "4.0.4.0",
"win8": "4.0.0.0",
"wp8": "3.9.0.0",
"xamarinios10": "Any",
@@ -4521,21 +4644,22 @@
},
"System.ServiceModel.Web": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -4548,8 +4672,9 @@
},
"System.ServiceProcess": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0"
}
},
@@ -4582,24 +4707,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -4627,6 +4753,7 @@
"InboxOn": {
"monoandroid10": "Any",
"monotouch10": "Any",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4650,24 +4777,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -4708,25 +4836,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -4752,24 +4881,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -4815,10 +4945,11 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
+ "net461": "4.0.1.0",
"netcoreapp2.0": "4.1.0.0",
"netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
"netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
@@ -4836,24 +4967,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -4881,6 +5013,7 @@
"InboxOn": {
"netcoreapp2.0": "4.6.2.0",
"netcoreapp2.1": "4.6.3.0",
+ "uap10.0.16299": "4.6.3.0",
"uap10.0.16300": "4.6.3.0"
},
"AssemblyVersionInPackageVersion": {
@@ -4918,16 +5051,17 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.0.3.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.3.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"win8": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -4949,12 +5083,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4973,12 +5108,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.10.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -4998,15 +5134,16 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net451": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net451": "4.0.0.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win81": "4.0.0.0",
"wpa81": "4.0.0.0",
@@ -5023,11 +5160,12 @@
},
"System.Transactions": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -5039,6 +5177,7 @@
"InboxOn": {
"netcoreapp2.0": "4.0.0.0",
"netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0"
}
},
@@ -5049,11 +5188,12 @@
],
"BaselineVersion": "4.4.0",
"InboxOn": {
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"netcoreapp2.0": "4.0.2.0",
"netcoreapp2.1": "4.0.3.0",
"netstandard2.0": "4.0.2.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.0.3.0",
"uap10.0.16300": "4.0.3.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -5068,9 +5208,10 @@
},
"System.Web": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
"netstandard2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0"
}
},
@@ -5128,6 +5269,7 @@
"InboxOn": {
"netcoreapp2.0": "4.0.0.0",
"netcoreapp2.1": "4.0.1.0",
+ "uap10.0.16299": "4.0.1.0",
"uap10.0.16300": "4.0.1.0"
}
},
@@ -5159,21 +5301,22 @@
},
"System.Windows": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.6.0",
@@ -5241,22 +5384,23 @@
},
"System.Xml": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -5269,22 +5413,23 @@
},
"System.Xml.Linq": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "netstandard2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -5304,25 +5449,26 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.2.0.0",
- "netcoreapp2.1": "4.2.1.0",
+ "monoandroid10": "Any",
+ "monotouch10": "Any",
"net45": "4.0.0.0",
"net46": "4.0.10.0",
"net461": "4.1.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
+ "netcoreapp2.0": "4.2.0.0",
+ "netcoreapp2.1": "4.2.1.0",
+ "netstandard2.0": "4.1.0.0",
"portable45-net45+win8": "4.0.0.0",
"portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
"portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.1.0.0",
- "monoandroid10": "Any",
- "monotouch10": "Any",
+ "uap10.0.16299": "4.2.1.0",
"uap10.0.16300": "4.2.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -5341,21 +5487,22 @@
},
"System.Xml.Serialization": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
- "net45": "4.0.0.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0",
"win8": "4.0.0.0",
"wp8": "2.0.5.0",
@@ -5375,24 +5522,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -5417,12 +5565,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -5444,24 +5593,25 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net45": "4.0.0.0",
- "net46": "4.0.10.0",
- "portable45-net45+win8+wpa81": "4.0.0.0",
- "portable46-net451+win81+wpa81": "4.0.0.0",
- "portable46-win81+wp81+wpa81": "4.0.0.0",
- "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
- "portable46-win81+wp81": "4.0.0.0",
- "portable46-win81+wpa81": "4.0.0.0",
- "portable46-net451+win81": "4.0.0.0",
- "portable45-net45+wp8": "4.0.0.0",
- "portable45-net45+win8": "4.0.0.0",
- "portable45-net45+win8+wp8": "4.0.0.0",
- "portable46-wp81+wpa81": "4.0.0.0",
- "netstandard2.0": "4.0.10.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net45": "4.0.0.0",
+ "net46": "4.0.10.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.10.0",
+ "portable45-net45+win8": "4.0.0.0",
+ "portable45-net45+win8+wp8": "4.0.0.0",
+ "portable45-net45+win8+wp8+wpa81": "4.0.0.0",
+ "portable45-net45+win8+wpa81": "4.0.0.0",
+ "portable45-net45+wp8": "4.0.0.0",
+ "portable46-net451+win81": "4.0.0.0",
+ "portable46-net451+win81+wpa81": "4.0.0.0",
+ "portable46-win81+wp81": "4.0.0.0",
+ "portable46-win81+wp81+wpa81": "4.0.0.0",
+ "portable46-win81+wpa81": "4.0.0.0",
+ "portable46-wp81+wpa81": "4.0.0.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"win8": "4.0.0.0",
"wp8": "4.0.0.0",
@@ -5486,12 +5636,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -5512,12 +5663,13 @@
],
"BaselineVersion": "4.3.0",
"InboxOn": {
- "netcoreapp2.0": "4.1.0.0",
- "netcoreapp2.1": "4.1.1.0",
- "net461": "4.0.1.0",
- "netstandard2.0": "4.0.1.0",
"monoandroid10": "Any",
"monotouch10": "Any",
+ "net461": "4.0.1.0",
+ "netcoreapp2.0": "4.1.0.0",
+ "netcoreapp2.1": "4.1.1.0",
+ "netstandard2.0": "4.0.1.0",
+ "uap10.0.16299": "4.1.1.0",
"uap10.0.16300": "4.1.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
@@ -5583,8 +5735,9 @@
},
"WindowsBase": {
"InboxOn": {
- "netcoreapp2.0": "4.0.0.0",
"net45": "4.0.0.0",
+ "netcoreapp2.0": "4.0.0.0",
+ "uap10.0.16299": "4.0.0.0",
"uap10.0.16300": "4.0.0.0"
}
},
diff --git a/src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.csproj b/src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.csproj
index 16d1e8465b..3385f8cfa3 100644
--- a/src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.csproj
+++ b/src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.csproj
@@ -6,12 +6,10 @@
false
true
$(ProjectDir)\external\test-runtime\XUnit.Runtime.depproj
- netstandard2.0;$(UAPvNextTFM)
-
diff --git a/src/Microsoft.CSharp/pkg/Microsoft.CSharp.pkgproj b/src/Microsoft.CSharp/pkg/Microsoft.CSharp.pkgproj
index eb6c2fe98f..45d2d8dd31 100644
--- a/src/Microsoft.CSharp/pkg/Microsoft.CSharp.pkgproj
+++ b/src/Microsoft.CSharp/pkg/Microsoft.CSharp.pkgproj
@@ -19,7 +19,7 @@
true
-
+
diff --git a/src/Microsoft.VisualBasic/pkg/Microsoft.VisualBasic.pkgproj b/src/Microsoft.VisualBasic/pkg/Microsoft.VisualBasic.pkgproj
index cdca494df9..5a8b968b56 100644
--- a/src/Microsoft.VisualBasic/pkg/Microsoft.VisualBasic.pkgproj
+++ b/src/Microsoft.VisualBasic/pkg/Microsoft.VisualBasic.pkgproj
@@ -13,7 +13,7 @@
-
+
diff --git a/src/Microsoft.Win32.Registry/src/Configurations.props b/src/Microsoft.Win32.Registry/src/Configurations.props
index 2e410e6ec3..89aac1c771 100644
--- a/src/Microsoft.Win32.Registry/src/Configurations.props
+++ b/src/Microsoft.Win32.Registry/src/Configurations.props
@@ -2,8 +2,8 @@
+ netstandard-Windows_NT;
netstandard;
- netcoreapp2.0-Windows_NT;
netcoreapp2.0-Unix;
netfx-Windows_NT;
diff --git a/src/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj b/src/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
index 97327470bc..3b14a1e691 100644
--- a/src/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
+++ b/src/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
@@ -8,7 +8,7 @@
true
$(DefineConstants);REGISTRY_ASSEMBLY
true
- SR.PlatformNotSupported_Registry
+ SR.PlatformNotSupported_Registry
- netstandard2.0;$(UAPvNextTFM)
true
@@ -12,7 +10,6 @@
-
diff --git a/src/System.Data.DataSetExtensions/pkg/System.Data.DataSetExtensions.pkgproj b/src/System.Data.DataSetExtensions/pkg/System.Data.DataSetExtensions.pkgproj
index ec640ad906..878933ade5 100644
--- a/src/System.Data.DataSetExtensions/pkg/System.Data.DataSetExtensions.pkgproj
+++ b/src/System.Data.DataSetExtensions/pkg/System.Data.DataSetExtensions.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net45;$(AllXamarinFrameworks)
+ uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks)
diff --git a/src/System.Data.Odbc/pkg/System.Data.Odbc.pkgproj b/src/System.Data.Odbc/pkg/System.Data.Odbc.pkgproj
index c0232ef4ea..e4959eab6e 100644
--- a/src/System.Data.Odbc/pkg/System.Data.Odbc.pkgproj
+++ b/src/System.Data.Odbc/pkg/System.Data.Odbc.pkgproj
@@ -3,7 +3,7 @@
- net461;netcoreapp2.0;$(AllXamarinFrameworks)
+ uap10.0.16299;net461;netcoreapp2.0;$(AllXamarinFrameworks)
diff --git a/src/System.Data.SqlClient/pkg/System.Data.SqlClient.pkgproj b/src/System.Data.SqlClient/pkg/System.Data.SqlClient.pkgproj
index f02abb8b86..d44c77ed26 100644
--- a/src/System.Data.SqlClient/pkg/System.Data.SqlClient.pkgproj
+++ b/src/System.Data.SqlClient/pkg/System.Data.SqlClient.pkgproj
@@ -6,9 +6,9 @@
net461;netcoreapp2.0;$(UAPvNextTFM);$(AllXamarinFrameworks)
-
+
- runtimes/win/lib/$(UAPvNextTFM)
+ runtimes/win/lib/uap10.0.16299
diff --git a/src/System.Diagnostics.EventLog/pkg/System.Diagnostics.EventLog.pkgproj b/src/System.Diagnostics.EventLog/pkg/System.Diagnostics.EventLog.pkgproj
index b744ffe9d8..f5c4342a14 100644
--- a/src/System.Diagnostics.EventLog/pkg/System.Diagnostics.EventLog.pkgproj
+++ b/src/System.Diagnostics.EventLog/pkg/System.Diagnostics.EventLog.pkgproj
@@ -3,7 +3,7 @@
- net461;netcoreapp2.0;$(AllXamarinFrameworks)
+ uap10.0.16299;net461;netcoreapp2.0;$(AllXamarinFrameworks)
diff --git a/src/System.Diagnostics.PerformanceCounter/pkg/System.Diagnostics.PerformanceCounter.pkgproj b/src/System.Diagnostics.PerformanceCounter/pkg/System.Diagnostics.PerformanceCounter.pkgproj
index ba710f6838..fad9022c63 100644
--- a/src/System.Diagnostics.PerformanceCounter/pkg/System.Diagnostics.PerformanceCounter.pkgproj
+++ b/src/System.Diagnostics.PerformanceCounter/pkg/System.Diagnostics.PerformanceCounter.pkgproj
@@ -3,7 +3,7 @@
- net461;netcoreapp2.0;$(AllXamarinFrameworks)
+ uap10.0.16299;net461;netcoreapp2.0;$(AllXamarinFrameworks)
diff --git a/src/System.DirectoryServices.AccountManagement/pkg/System.DirectoryServices.AccountManagement.pkgproj b/src/System.DirectoryServices.AccountManagement/pkg/System.DirectoryServices.AccountManagement.pkgproj
index 4850709dd0..52501241de 100644
--- a/src/System.DirectoryServices.AccountManagement/pkg/System.DirectoryServices.AccountManagement.pkgproj
+++ b/src/System.DirectoryServices.AccountManagement/pkg/System.DirectoryServices.AccountManagement.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net45;$(AllXamarinFrameworks)
+ uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks)
diff --git a/src/System.DirectoryServices.Protocols/pkg/System.DirectoryServices.Protocols.pkgproj b/src/System.DirectoryServices.Protocols/pkg/System.DirectoryServices.Protocols.pkgproj
index 7f056cb3a0..55c341f2ad 100644
--- a/src/System.DirectoryServices.Protocols/pkg/System.DirectoryServices.Protocols.pkgproj
+++ b/src/System.DirectoryServices.Protocols/pkg/System.DirectoryServices.Protocols.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net45;$(AllXamarinFrameworks)
+ uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks)
diff --git a/src/System.DirectoryServices/pkg/System.DirectoryServices.pkgproj b/src/System.DirectoryServices/pkg/System.DirectoryServices.pkgproj
index c750a9d9c5..989e59c013 100644
--- a/src/System.DirectoryServices/pkg/System.DirectoryServices.pkgproj
+++ b/src/System.DirectoryServices/pkg/System.DirectoryServices.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net45;$(AllXamarinFrameworks)
+ uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks)
diff --git a/src/System.Drawing.Common/pkg/System.Drawing.Common.pkgproj b/src/System.Drawing.Common/pkg/System.Drawing.Common.pkgproj
index 1fe84ed429..a0f5151c08 100644
--- a/src/System.Drawing.Common/pkg/System.Drawing.Common.pkgproj
+++ b/src/System.Drawing.Common/pkg/System.Drawing.Common.pkgproj
@@ -3,7 +3,7 @@
- net461;netcoreapp2.0;$(AllXamarinFrameworks)
+ uap10.0.16299;net461;netcoreapp2.0;$(AllXamarinFrameworks)
diff --git a/src/System.IO.FileSystem.AccessControl/src/Configurations.props b/src/System.IO.FileSystem.AccessControl/src/Configurations.props
index 9648129983..d8d7acfe61 100644
--- a/src/System.IO.FileSystem.AccessControl/src/Configurations.props
+++ b/src/System.IO.FileSystem.AccessControl/src/Configurations.props
@@ -3,8 +3,8 @@
netstandard;
+ netstandard-Windows_NT;
netfx-Windows_NT;
- netcoreapp2.0-Windows_NT;
$(PackageConfigurations);
diff --git a/src/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj b/src/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
index 1073ac3180..aeb88dbb94 100644
--- a/src/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
+++ b/src/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
@@ -7,19 +7,19 @@
System.IO.FileSystem.AccessControl
{D77FBA6C-1AA6-45A4-93E2-97A370672C53}
- true
+ true
true
- SR.PlatformNotSupported_AccessControl
+ SR.PlatformNotSupported_AccessControl
-
-
+
+
-
+
Common\Interop\Windows\Interop.Errors.cs
diff --git a/src/System.IO.Packaging/src/System.IO.Packaging.csproj b/src/System.IO.Packaging/src/System.IO.Packaging.csproj
index 39eccd6686..bb1acf530b 100644
--- a/src/System.IO.Packaging/src/System.IO.Packaging.csproj
+++ b/src/System.IO.Packaging/src/System.IO.Packaging.csproj
@@ -7,8 +7,6 @@
System.IO.Packaging
true
true
-
- netstandard2.0;$(UAPvNextTFM)
$(DefineConstants);FEATURE_SERIALIZATION
@@ -19,9 +17,6 @@
-
-
-
diff --git a/src/System.IO.Ports/pkg/System.IO.Ports.pkgproj b/src/System.IO.Ports/pkg/System.IO.Ports.pkgproj
index 44d2950271..a9ddafcac1 100644
--- a/src/System.IO.Ports/pkg/System.IO.Ports.pkgproj
+++ b/src/System.IO.Ports/pkg/System.IO.Ports.pkgproj
@@ -6,9 +6,9 @@
net461;netcoreapp2.0;$(AllXamarinFrameworks);$(UAPvNextTFM)
- runtimes/win/lib/$(UAPvNextTFM)
+ runtimes/win/lib/uap10.0.16299
-
+
diff --git a/src/System.Management/pkg/System.Management.pkgproj b/src/System.Management/pkg/System.Management.pkgproj
index 1079d8066e..57d4110584 100644
--- a/src/System.Management/pkg/System.Management.pkgproj
+++ b/src/System.Management/pkg/System.Management.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net45;$(AllXamarinFrameworks)
+ uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks)
diff --git a/src/System.Net.WebSockets.WebSocketProtocol/pkg/System.Net.WebSockets.WebSocketProtocol.pkgproj b/src/System.Net.WebSockets.WebSocketProtocol/pkg/System.Net.WebSockets.WebSocketProtocol.pkgproj
index 44ceae2df0..3a937242ec 100644
--- a/src/System.Net.WebSockets.WebSocketProtocol/pkg/System.Net.WebSockets.WebSocketProtocol.pkgproj
+++ b/src/System.Net.WebSockets.WebSocketProtocol/pkg/System.Net.WebSockets.WebSocketProtocol.pkgproj
@@ -3,7 +3,7 @@
- net461;netcoreapp2.0;$(AllXamarinFrameworks)
+ uap10.0.16299;net461;netcoreapp2.0;$(AllXamarinFrameworks)
diff --git a/src/System.Reflection.DispatchProxy/src/Configurations.props b/src/System.Reflection.DispatchProxy/src/Configurations.props
index 3fbbd69075..8bc0d5936f 100644
--- a/src/System.Reflection.DispatchProxy/src/Configurations.props
+++ b/src/System.Reflection.DispatchProxy/src/Configurations.props
@@ -5,6 +5,8 @@
netfx;
netstandard;
netcoreapp2.0;
+ uap10.0.16299-Windows_NT;
+ uap10.0.16299aot-Windows_NT;
uapaot-Windows_NT;
uap-Windows_NT;
diff --git a/src/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj b/src/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
index 58e4b88958..04020a4094 100644
--- a/src/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
+++ b/src/System.Reflection.DispatchProxy/src/System.Reflection.DispatchProxy.csproj
@@ -5,10 +5,10 @@
{1E689C1B-690C-4799-BDE9-6E7990585894}
System.Reflection.DispatchProxy
true
- true
+ true
SR.PlatformNotSupported_ReflectionDispatchProxy
- None
+ None
@@ -22,6 +22,10 @@
+
+
+
+
@@ -31,7 +35,7 @@
-
+
diff --git a/src/System.Reflection.TypeExtensions/pkg/System.Reflection.TypeExtensions.pkgproj b/src/System.Reflection.TypeExtensions/pkg/System.Reflection.TypeExtensions.pkgproj
index eef231f237..241c0841d6 100644
--- a/src/System.Reflection.TypeExtensions/pkg/System.Reflection.TypeExtensions.pkgproj
+++ b/src/System.Reflection.TypeExtensions/pkg/System.Reflection.TypeExtensions.pkgproj
@@ -17,9 +17,9 @@
-
+
- runtimes/aot/lib/$(UAPvNextTFM)
+ runtimes/aot/lib/uap10.0.16299
diff --git a/src/System.Runtime.Caching/pkg/System.Runtime.Caching.pkgproj b/src/System.Runtime.Caching/pkg/System.Runtime.Caching.pkgproj
index a2ce422ccb..946133d246 100644
--- a/src/System.Runtime.Caching/pkg/System.Runtime.Caching.pkgproj
+++ b/src/System.Runtime.Caching/pkg/System.Runtime.Caching.pkgproj
@@ -3,7 +3,7 @@
- netcoreapp2.0;net45;$(AllXamarinFrameworks)
+ uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks)
diff --git a/src/System.Security.AccessControl/pkg/System.Security.AccessControl.pkgproj b/src/System.Security.AccessControl/pkg/System.Security.AccessControl.pkgproj
index 634efabebf..11c00d830b 100644
--- a/src/System.Security.AccessControl/pkg/System.Security.AccessControl.pkgproj
+++ b/src/System.Security.AccessControl/pkg/System.Security.AccessControl.pkgproj
@@ -6,9 +6,9 @@
net461;netcoreapp2.0;$(UAPvNextTFM);$(AllXamarinFrameworks)
- runtimes/win/lib/$(UAPvNextTFM)
+ runtimes/win/lib/uap10.0.16299
-
+
diff --git a/src/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj b/src/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj
index 43cb6070a5..83c04f6ad0 100644
--- a/src/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj
+++ b/src/System.Security.Cryptography.Cng/pkg/System.Security.Cryptography.Cng.pkgproj
@@ -8,9 +8,9 @@
- runtimes/win/lib/$(UAPvNextTFM)
+ runtimes/win/lib/uap10.0.16299
-
+
diff --git a/src/System.Security.Principal.Windows/pkg/System.Security.Principal.Windows.pkgproj b/src/System.Security.Principal.Windows/pkg/System.Security.Principal.Windows.pkgproj
index 7d1af3b562..9893075869 100644
--- a/src/System.Security.Principal.Windows/pkg/System.Security.Principal.Windows.pkgproj
+++ b/src/System.Security.Principal.Windows/pkg/System.Security.Principal.Windows.pkgproj
@@ -7,9 +7,9 @@
- runtimes/win/lib/$(UAPvNextTFM)
+ runtimes/win/lib/uap10.0.16299
-
+
false
@@ -20,7 +20,7 @@
-
+
Common\Interop\Windows\Interop.Libraries.cs
@@ -105,7 +105,7 @@
-
+
diff --git a/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj b/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
index 9965ac4782..405cb51526 100644
--- a/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
+++ b/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
@@ -8,7 +8,7 @@
-
+
diff --git a/tools-local/targetgroups.props b/tools-local/targetgroups.props
index cf998c3dbc..312c1d2644 100644
--- a/tools-local/targetgroups.props
+++ b/tools-local/targetgroups.props
@@ -17,19 +17,34 @@
netcore50
netstandard1.4
+
+ aot
+ UAP,Version=v10.0.16299
+ uap10.0.16299
+ true
+ netcore50aot
+ uap10.0.16299;netstandard
+
+
+ UAP,Version=v10.0.16299
+ uap10.0.16299
+ true
+ netcore50
+ netstandard
+
aot
$(UAPvNextTFMFull)
$(UAPvNextTFM)
true
- netcore50aot
+ uap10.0.16299aot
uapvnext;netstandard2.0
$(UAPvNextTFMFull)
$(UAPvNextTFM)
true
- netcore50
+ uap10.0.16299
netstandard2.0