Pin versions

This commit is contained in:
Nate McMaster 2016-11-16 15:27:33 -08:00
parent e2c4e36d78
commit ac5a9b7b73
1 changed files with 2 additions and 2 deletions

View File

@ -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.",
"packOptions": {
"tags": [
@ -32,7 +32,7 @@
]
},
"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.Console": "1.0.0",
"Microsoft.Extensions.Process.Sources": {