Skip to content

Commit

Permalink
Merge pull request #2667 from StephenBonikowsky/stebon/uwp6.1/PortUpd…
Browse files Browse the repository at this point in the history
…ateUapVNextTFM

Merge pull request #2649 from joperezr/UpdateUAPTFM
  • Loading branch information
StephenBonikowsky authored Mar 12, 2018
2 parents ee80b13 + 3a85358 commit 71c2573
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Define vNext UAP Moniker -->
<PropertyGroup>
<UAPvNextVersion>10.0.15138</UAPvNextVersion>
<UAPvNextVersion>10.0.16300</UAPvNextVersion>
<UAPvNextTFMFull>UAP,Version=v$(UAPvNextVersion)</UAPvNextTFMFull>
<UAPvNextTFM>uap$(UAPvNextVersion)</UAPvNextTFM>
</PropertyGroup>
Expand Down
20 changes: 15 additions & 5 deletions pkg/baseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"4.3.0"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.0.1.0": "4.0.1",
Expand All @@ -51,7 +53,9 @@
"4.3.0"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.1.3.0"
},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
Expand All @@ -69,7 +73,9 @@
"4.3.0"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.1.3.0"
},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.1.0",
Expand All @@ -86,7 +92,9 @@
"4.3.0"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.2.1.0"
},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
Expand All @@ -104,7 +112,9 @@
"4.3.0"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.0.4.0"
},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<!-- Supported inbox by all ns1.0-1.2 frameworks -->
<Value>.NETStandard,Version=v1.0;.NETStandard,Version=v1.1;.NETStandard,Version=v1.2</Value>
</ValidatePackageSuppression>
<!-- Implementation shipped inbox on UAP but we want to keep it as out of box so that we can keep
making API changes -->
<ValidatePackageSuppression Include="TreatAsOutOfBox">
<Value>UAP</Value>
</ValidatePackageSuppression>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<!-- Supported inbox by all ns1.0-1.2 frameworks -->
<Value>.NETStandard,Version=v1.1;.NETStandard,Version=v1.2</Value>
</ValidatePackageSuppression>
<!-- Implementation shipped inbox on UAP but we want to keep it as out of box so that we can keep
making API changes -->
<ValidatePackageSuppression Include="TreatAsOutOfBox">
<Value>UAP</Value>
</ValidatePackageSuppression>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>

0 comments on commit 71c2573

Please sign in to comment.