Upgrade Microsoft.DotNet.Cli.Utils from preview2 to preview3

This commit is contained in:
Nate McMaster 2016-11-04 10:18:46 -07:00
parent ca70ef0b34
commit 5de082e687
6 changed files with 7 additions and 5 deletions

View File

@ -32,7 +32,7 @@
]
},
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004050",
"Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.Extensions.Process.Sources": {

View File

@ -38,7 +38,7 @@
]
},
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004050",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.NETCore.App": {

View File

@ -9,7 +9,6 @@ using System.Linq;
using System.Reflection;
using System.Threading;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.ProjectModel;
using Xunit.Abstractions;
namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
@ -98,10 +97,10 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
args.Add("exec");
args.Add("--depsfile");
args.Add(Path.Combine(AppContext.BaseDirectory, thisAssembly + FileNameSuffixes.DepsJson));
args.Add(Path.Combine(AppContext.BaseDirectory, thisAssembly + ".deps.json"));
args.Add("--runtimeconfig");
args.Add(Path.Combine(AppContext.BaseDirectory, thisAssembly + FileNameSuffixes.RuntimeConfigJson));
args.Add(Path.Combine(AppContext.BaseDirectory, thisAssembly + ".runtimeconfig.json"));
args.Add(Path.Combine(AppContext.BaseDirectory, "dotnet-watch.dll"));

View File

@ -11,6 +11,7 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0",
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
"Microsoft.Extensions.Process.Sources": {

View File

@ -6,6 +6,7 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402"
},

View File

@ -5,6 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402"
},