diff --git a/src/dotnet/commands/dotnet-run/LaunchSettings/LaunchSettingsManager.cs b/src/dotnet/commands/dotnet-run/LaunchSettings/LaunchSettingsManager.cs index a655bc285..dd27329c6 100644 --- a/src/dotnet/commands/dotnet-run/LaunchSettings/LaunchSettingsManager.cs +++ b/src/dotnet/commands/dotnet-run/LaunchSettings/LaunchSettingsManager.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using Microsoft.DotNet.Cli.Utils; +using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace Microsoft.DotNet.Tools.Run.LaunchSettings