Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 5c117bf

Browse files
committed
Pinning missed tools and dependencies
1 parent 7857050 commit 5c117bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Razor.Tools/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"Microsoft.AspNetCore.Razor.Design": "1.1.0-preview4-final",
29-
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
29+
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
3030
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
3131
"type": "build",
3232
"version": "1.1.0-rtm-22752"

testapps/RazorToolingTestApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"tools": {
15-
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-*"
15+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final"
1616
},
1717
"frameworks": {
1818
"netcoreapp1.0": {

0 commit comments

Comments
 (0)