diff --git a/eng/ManualVersions.props b/eng/ManualVersions.props index 5826e1bd4..de3923ade 100644 --- a/eng/ManualVersions.props +++ b/eng/ManualVersions.props @@ -9,9 +9,9 @@ Basically: In this file, choose the highest version when resolving merge conflicts. --> - 10.0.17763.18 - 10.0.18362.18 - 10.0.19041.18 + 10.0.17763.17 + 10.0.18362.17 + 10.0.19041.17 10.0.20348.18 diff --git a/test/EndToEnd/GivenWindows50App.cs b/test/EndToEnd/GivenWindows50App.cs index 51a814fe7..06ae6c147 100644 --- a/test/EndToEnd/GivenWindows50App.cs +++ b/test/EndToEnd/GivenWindows50App.cs @@ -16,6 +16,7 @@ namespace EndToEnd [InlineData("10.0.17763.0")] [InlineData("10.0.18362.0")] [InlineData("10.0.19041.0")] + [InlineData("10.0.20348.0", Skip = "Package not published yet")] public void ItCanBuildAndRun(string targetPlatformVersion) { var testInstance = TestAssets.Get(TestAssetKinds.TestProjects, "UseCswinrt")