From 052caa560c17146dee719f2d74740bd9919d0b71 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Wed, 31 May 2017 23:31:42 -0700 Subject: [PATCH] Add missing using directive --- .../commands/dotnet-run/LaunchSettings/LaunchSettingsManager.cs | 1 + 1 file changed, 1 insertion(+) 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