diff --git a/eng/Versions.props b/eng/Versions.props
index 33fa1c88c..64b589297 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -144,8 +144,13 @@
2.0.0
16.10.0-preview-20210304-04
+
11.2.0-ci.d16-9.0
+ 14.4.100-ci.pr.gh10849.1206
+ 14.3.100-ci.pr.gh10849.351
+ 11.1.100-ci.pr.gh10849.1259
+ 14.3.100-ci.pr.gh10849.1259
6.0.0-preview.3.21161.5
diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets
index e87265be4..ce4cbcbc9 100644
--- a/src/redist/targets/BundledManifests.targets
+++ b/src/redist/targets/BundledManifests.targets
@@ -2,12 +2,20 @@
+
+
+
+
-
+
+ [%(Version)]
+
+
+
$(ArtifactsNonShippingPackagesDir)dotnet-sdkmanifests-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)
- SDK_Manifests_$([System.String]::Copy('$(Version)').Replace('-', '_'))
+ SDK_Manifests_$([MSBuild]::ValueOrDefault('$(Version)', '').Replace('-', '_'))
Microsoft .NET SDK Workload Manifests $(Version)
$(BaseOutputPath)$(Configuration)\sdk-manifests