cleanup usings and headers

This commit is contained in:
Bryan Thornbury 2016-09-22 14:35:31 -07:00
parent 95e0ed3713
commit fe8f440ed6
22 changed files with 14 additions and 87 deletions

View file

@ -3,15 +3,12 @@
using System;
using System.Collections.Generic;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Construction;
using Microsoft.DotNet.ProjectModel;
using Microsoft.DotNet.Cli;
using System.Linq;
using System.IO;
using Microsoft.DotNet.ProjectJsonMigration.Rules;
using Microsoft.DotNet.Tools.Common;
using Newtonsoft.Json.Linq;
namespace Microsoft.DotNet.ProjectJsonMigration
{