Fix the CLI .sln file to load and build in VS 2017.

This commit is contained in:
Eric Erhardt 2017-02-08 10:03:06 -06:00
parent da15d5435f
commit 8e2a7bfa12
4 changed files with 86 additions and 169 deletions

View file

@ -2,7 +2,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.Tools;
namespace Microsoft.DotNet.Cli.CommandLine