diff --git a/build/MSBuildExtensions.targets b/build/MSBuildExtensions.targets
index 7e039db03..9e0aa5db4 100644
--- a/build/MSBuildExtensions.targets
+++ b/build/MSBuildExtensions.targets
@@ -196,6 +196,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1.0.12
1.1.9
2.0.9
+ 2.1.2
]]>
diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs
index 8061e98d0..07959845b 100644
--- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs
+++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs
@@ -21,8 +21,9 @@ namespace EndToEnd
[ClassData(typeof(SupportedNetCoreAppVersions))]
public void ItRollsForwardToTheLatestVersion(string minorVersion)
{
- // https://github.com/dotnet/cli/issues/9661: remove this once the ASP.NET version bump
- // merges from 2.1.3xx -> 2.1.4xx -> 2.2.1xx
+ // https://github.com/dotnet/cli/issues/9661
+ // https://github.com/dotnet/sdk/issues/2446
+ // dotnet/sdk is missing handling for 2.1 when it isn't the latest runtime
if (minorVersion == "2.1")
{
return;