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

Commit d5713dd

Browse files
committed
Pinning missed tools and dependencies
1 parent 401ad5b commit d5713dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Microsoft.DotNet.Watcher.Tools/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"keyFile": "../../tools/Key.snk"
1515
},
1616
"dependencies": {
17-
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
17+
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
1818
"Microsoft.Extensions.CommandLineUtils": "1.1.0",
1919
"Microsoft.Extensions.Logging": "1.1.0",
2020
"Microsoft.Extensions.Logging.Console": "1.1.0",

tools/NuGetPackager/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
7-
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
6+
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
7+
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
88
"Microsoft.Extensions.CommandLineUtils": "1.1.0",
99
"Microsoft.NETCore.App": {
1010
"type": "platform",

0 commit comments

Comments
 (0)