Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Pinning missed tools and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Nov 18, 2016
1 parent 401ad5b commit d5713dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.DotNet.Watcher.Tools/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"Microsoft.Extensions.CommandLineUtils": "1.1.0",
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/NuGetPackager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
"Microsoft.Extensions.CommandLineUtils": "1.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
Expand Down

0 comments on commit d5713dd

Please sign in to comment.