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

Commit a5fdecd

Browse files
author
N. Taylor Mullen
committed
More preview4 version updates.
1 parent fe9e882 commit a5fdecd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"xmlDoc": true
2626
},
2727
"dependencies": {
28-
"Microsoft.AspNetCore.Razor.Design": "1.0.0-*",
28+
"Microsoft.AspNetCore.Razor.Design": "1.1.0-*",
2929
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
3030
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
3131
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {

testapps/RazorToolingTestApp/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Microsoft.AspNetCore.Razor.Design": {
44
"type": "build",
5-
"version": "1.0.0-*",
5+
"version": "1.1.0-*",
66
"target": "package"
77
},
88
"RazorToolingTestApp.Library": "1.0.0",
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"tools": {
15-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*"
15+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-*"
1616
},
1717
"frameworks": {
1818
"netcoreapp1.0": {

0 commit comments

Comments
 (0)