Update versions

This commit is contained in:
Pranav K 2016-11-09 15:06:21 -08:00
parent 922fa4dc98
commit 3461bf92c6
5 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"description": "Command line tool to watch for source file changes during development and restart the dotnet command.", "description": "Command line tool to watch for source file changes during development and restart the dotnet command.",
"packOptions": { "packOptions": {
"tags": [ "tags": [
@ -15,12 +15,12 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*", "Microsoft.Extensions.CommandLineUtils": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Process.Sources": { "Microsoft.Extensions.Process.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
}, },
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"outputName": "dotnet-sql-cache", "outputName": "dotnet-sql-cache",
"emitEntryPoint": true, "emitEntryPoint": true,
@ -19,9 +19,9 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*", "Microsoft.Extensions.CommandLineUtils": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0", "version": "1.1.0",
"type": "platform" "type": "platform"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"outputName": "dotnet-user-secrets", "outputName": "dotnet-user-secrets",
"emitEntryPoint": true, "emitEntryPoint": true,
@ -19,9 +19,9 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*", "Microsoft.Extensions.CommandLineUtils": "1.2.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*", "Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0", "version": "1.1.0",
"type": "platform" "type": "platform"

View File

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.DotNet.Watcher.Tools": "1.1.0-*", "Microsoft.DotNet.Watcher.Tools": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.SecretManager.Tools": "1.1.0-*", "Microsoft.Extensions.SecretManager.Tools": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",