Update versions
This commit is contained in:
parent
922fa4dc98
commit
3461bf92c6
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue