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.",
"packOptions": {
"tags": [
@ -15,12 +15,12 @@
},
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.NETCore.App": {
"type": "platform",

View File

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

View File

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

View File

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

View File

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