Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 052caa5

Browse files
committed
Add missing using directive
1 parent 68f2d17 commit 052caa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dotnet/commands/dotnet-run/LaunchSettings/LaunchSettingsManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using Microsoft.DotNet.Cli.Utils;
5+
using Newtonsoft.Json;
56
using Newtonsoft.Json.Linq;
67

78
namespace Microsoft.DotNet.Tools.Run.LaunchSettings

0 commit comments

Comments
 (0)