Add missing using directive

This commit is contained in:
Mike Lorbetske 2017-05-31 23:31:42 -07:00
parent 68f2d17034
commit 052caa560c

View file

@ -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