diff --git a/eng/ManualVersions.props b/eng/ManualVersions.props
index 8543f5e5c..efb09817f 100644
--- a/eng/ManualVersions.props
+++ b/eng/ManualVersions.props
@@ -9,10 +9,11 @@
Basically: In this file, choose the highest version when resolving merge conflicts.
-->
- 10.0.17763.25
- 10.0.18362.25
- 10.0.19041.25
- 10.0.20348.25
- 10.0.22000.25
+ 10.0.17763.26
+ 10.0.18362.26
+ 10.0.19041.26
+ 10.0.20348.26
+ 10.0.22000.26
+ 10.0.22621.26
diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index 96fa6035b..840a2133b 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -673,6 +673,7 @@ Copyright (c) .NET Foundation. All rights reserved.
/>
+
diff --git a/test/EndToEnd/GivenWindowsApp.cs b/test/EndToEnd/GivenWindowsApp.cs
index bf2305953..59f28eee8 100644
--- a/test/EndToEnd/GivenWindowsApp.cs
+++ b/test/EndToEnd/GivenWindowsApp.cs
@@ -17,7 +17,8 @@ namespace EndToEnd
[InlineData("10.0.18362.0")]
[InlineData("10.0.19041.0")]
[InlineData("10.0.20348.0")]
- [InlineData("10.0.22000.0", Skip = "Package not published yet")]
+ [InlineData("10.0.22000.0")]
+ [InlineData("10.0.22621.0")]
public void ItCanBuildAndRun(string targetPlatformVersion)
{
var testInstance = TestAssets.Get(TestAssetKinds.TestProjects, "UseCswinrt")