Pin versions
This commit is contained in:
parent
e2c4e36d78
commit
ac5a9b7b73
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-msbuild1-final",
|
"version": "1.0.0-msbuild1-update1",
|
||||||
"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": [
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004050",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004056",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0",
|
"Microsoft.Extensions.Logging": "1.0.0",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
||||||
"Microsoft.Extensions.Process.Sources": {
|
"Microsoft.Extensions.Process.Sources": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue