Unsource CommandLineUtils

This commit is contained in:
Brennan 2016-01-06 13:19:33 -08:00
parent cbc201ac26
commit 54ae0b9296
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
using Microsoft.Dnx.Runtime.Common.CommandLine; using Microsoft.Extensions.CommandLineUtils;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
namespace Microsoft.Dnx.Watcher namespace Microsoft.Dnx.Watcher

View File

@ -6,9 +6,8 @@ using System.IO;
using System.Linq; using System.Linq;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.Extensions.CompilationAbstractions; using Microsoft.Extensions.CommandLineUtils;
using Microsoft.Extensions.PlatformAbstractions; using Microsoft.Extensions.PlatformAbstractions;
using Microsoft.Dnx.Runtime.Common.CommandLine;
using Microsoft.Dnx.Watcher.Core; using Microsoft.Dnx.Watcher.Core;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;

View File

@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.Dnx.Watcher.Core": "1.0.0-*", "Microsoft.Dnx.Watcher.Core": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" }, "Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*" "Microsoft.Extensions.Logging.Console": "1.0.0-*"
}, },