Skip to content

Commit 2eb9439

Browse files
committed
Migrate the nuget state from earlier SDKs
1 parent 45dd9f2 commit 2eb9439

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cli/Microsoft.DotNet.Configurer/DotnetFirstTimeUseConfigurer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ public void Configure()
5858
if (ShouldPrintFirstTimeUseNotice())
5959
{
6060
Stopwatch beforeFirstTimeUseNotice = Stopwatch.StartNew();
61+
// Migrate the nuget state from earlier SDKs
62+
NuGet.Common.Migrations.MigrationRunner.Run();
63+
6164
if (!_dotnetFirstRunConfiguration.NoLogo)
6265
{
6366
PrintFirstTimeMessageWelcome();

0 commit comments

Comments
 (0)