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,8 @@
using System;
using System.Collections.Generic;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Construction;
using Microsoft.DotNet.ProjectModel;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.Cli;
using System.Linq;
using System.IO;
using Microsoft.DotNet.ProjectJsonMigration.Models;
using Newtonsoft.Json;
namespace Microsoft.DotNet.ProjectJsonMigration.Transforms
{