diff --git a/eng/Versions.props b/eng/Versions.props
index dc60e5892df17..e06f771b2f852 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -196,7 +196,7 @@
$(MicrosoftVisualStudioShellPackagesVersion)
$(MicrosoftVisualStudioShellPackagesVersion)
$(MicrosoftVisualStudioShellPackagesVersion)
- 17.8.138
+ 17.8.152
8.0.0.0-alpha
$(VisualStudioEditorPackagesVersion)
$(VisualStudioEditorPackagesVersion)
@@ -206,7 +206,7 @@
$(MicrosoftVisualStudioThreadingPackagesVersion)
$(MicrosoftVisualStudioThreadingPackagesVersion)
$(MicrosoftVisualStudioShellPackagesVersion)
- 16.3.53
+ 16.3.56
17.6.11
4.0.0
4.0.0
@@ -215,7 +215,7 @@
4.3.0
5.0.0
1.6.10
- 2.2.206
+ 2.2.386
0.1.0
6.6.0.161
4.10.1
@@ -319,6 +319,12 @@
7.0.0
7.0.0
7.0.0
+
+ 8.0.0
true
diff --git a/src/Tools/BuildBoss/BuildBoss.csproj b/src/Tools/BuildBoss/BuildBoss.csproj
index e700de4b4e5fe..101c7673e8a85 100644
--- a/src/Tools/BuildBoss/BuildBoss.csproj
+++ b/src/Tools/BuildBoss/BuildBoss.csproj
@@ -21,7 +21,8 @@
-
+
+
diff --git a/src/VisualStudio/Core/Def/Storage/FileDownloader.cs b/src/VisualStudio/Core/Def/Storage/FileDownloader.cs
index 0f721db40906b..34f8f4f1e9ac7 100644
--- a/src/VisualStudio/Core/Def/Storage/FileDownloader.cs
+++ b/src/VisualStudio/Core/Def/Storage/FileDownloader.cs
@@ -19,7 +19,7 @@ public IFileDownloader CreateClient(string hostId, string serverPath, int pollin
{
// BaseUrl provided by the VS RemoteControl client team. This is URL we are supposed
// to use to publish and access data from.
- const string BaseUrl = "https://az700632.vo.msecnd.net/pub";
+ const string BaseUrl = "https://aka.ms/vssettings/pub";
return new FileDownloader(new RemoteControlClient(hostId, BaseUrl, serverPath, pollingMinutes));
}