diff --git a/eng/Versions.props b/eng/Versions.props
index 8865bbaa1..41e833f1b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -70,8 +70,11 @@
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;
- https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json
+ https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json;
+ https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json;
+ https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json;
+ https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json;
+ https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json;
diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index bced20582..dbf1bbc63 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -180,8 +180,11 @@ Copyright (c) .NET Foundation. All rights reserved.
%24(_NETCoreSdkIsPreview)
%24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
%24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json
- %24(RestoreAdditionalProjectSources)%3Bhttps://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json
-
+ %24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json
+ %24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json
+ %24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json
+ %24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json
+
2.1.1
2.1.1