From bbffd97633979c8f85998591dd6af445230d7566 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 9 Sep 2016 10:14:52 -0700 Subject: [PATCH] :arrow_up: Bump tool on dev branch to 'preview4' and re-up dependencies to latest dev versions --- makefile.shade | 2 +- src/Microsoft.DotNet.Watcher.Core/project.json | 10 +++++----- src/Microsoft.DotNet.Watcher.Tools/project.json | 6 +++--- .../project.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/makefile.shade b/makefile.shade index 2493f0fcd3..92e774c3cd 100644 --- a/makefile.shade +++ b/makefile.shade @@ -1,7 +1,7 @@ var VERSION='0.1' var FULL_VERSION='0.1' var AUTHORS='Microsoft Open Technologies, Inc.' --BuildQuality = "preview3"; +-BuildQuality = "preview4"; use-standard-lifecycle k-standard-goals \ No newline at end of file diff --git a/src/Microsoft.DotNet.Watcher.Core/project.json b/src/Microsoft.DotNet.Watcher.Core/project.json index e670669233..53730690fc 100644 --- a/src/Microsoft.DotNet.Watcher.Core/project.json +++ b/src/Microsoft.DotNet.Watcher.Core/project.json @@ -16,11 +16,11 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.0", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0", + "Microsoft.DotNet.ProjectModel": "1.0.0-*", + "Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*", + "Microsoft.Extensions.FileProviders.Physical": "1.1.0-*", + "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", + "Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*", "Microsoft.Extensions.Process.Sources": { "type": "build", "version": "1.1.0-*" diff --git a/src/Microsoft.DotNet.Watcher.Tools/project.json b/src/Microsoft.DotNet.Watcher.Tools/project.json index 0a7c32d17b..e9cf189495 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/project.json +++ b/src/Microsoft.DotNet.Watcher.Tools/project.json @@ -20,9 +20,9 @@ "dependencies": { "Microsoft.DotNet.Watcher.Core": "1.0.0-*", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "Microsoft.Extensions.CommandLineUtils": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0" + "Microsoft.Extensions.CommandLineUtils": "1.1.0-*", + "Microsoft.Extensions.Logging": "1.1.0-*", + "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, "frameworks": { "netcoreapp1.0": { diff --git a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json index e49165f59e..76af431397 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json +++ b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json @@ -6,7 +6,7 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", - "Microsoft.Extensions.DependencyInjection": "1.0.0", + "Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.Process.Sources": { "type": "build", "version": "1.1.0-*"