diff --git a/eng/Versions.props b/eng/Versions.props
index 268e7cf87..cd6a5e1d5 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -53,6 +53,8 @@
$(RestoreSources);
https://dotnet.myget.org/F/msbuild/api/v3/index.json;
https://dotnet.myget.org/F/nuget-build/api/v3/index.json;
+ https://dotnet.myget.org/F/templating/api/v3/index.json;
+ https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj
index 3cc084616..b4c374b20 100644
--- a/src/redist/redist.csproj
+++ b/src/redist/redist.csproj
@@ -10,6 +10,7 @@
+
diff --git a/old/build/BundledTemplates.props b/src/redist/targets/BundledTemplates.targets
similarity index 63%
rename from old/build/BundledTemplates.props
rename to src/redist/targets/BundledTemplates.targets
index 47413069d..f7a3605fe 100644
--- a/old/build/BundledTemplates.props
+++ b/src/redist/targets/BundledTemplates.targets
@@ -12,4 +12,21 @@
+
+
+
+
+
+
+
+
+ %(Identity)/%(Version)/%(Identity).%(Version).nupkg
+ $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower())
+
+
+
+
+
+
diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index 4584c60aa..7089a0b72 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -181,7 +181,7 @@ Copyright (c) .NET Foundation. All rights reserved.
-
@@ -214,7 +214,7 @@ Copyright (c) .NET Foundation. All rights reserved.
-
diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets
index 78b7f487d..2d570dccf 100644
--- a/src/redist/targets/GenerateLayout.targets
+++ b/src/redist/targets/GenerateLayout.targets
@@ -7,7 +7,7 @@
- $(RedistLayoutPath)sdk\$(SdkVersion)
+ $(RedistLayoutPath)sdk\$(SdkVersion)\
https://dotnetcli.azureedge.net/dotnet/
https://dotnetcli.blob.core.windows.net/dotnet/
@@ -217,6 +217,7 @@
CleanLayoutPath;
ExtractBundledComponents;
GenerateBundledVersions;
+ LayoutTemplates;
RetargetTools"
AfterTargets="Build">