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

Commit 3dba0bb

Browse files
committed
Revert incorrect Razor version updates
1 parent 6a52f8e commit 3dba0bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"xmlDoc": true
2323
},
2424
"dependencies": {
25-
"Microsoft.AspNetCore.Razor.Runtime": "1.1.3",
25+
"Microsoft.AspNetCore.Razor.Runtime": "1.1.2",
2626
"Microsoft.Extensions.Caching.Memory": "1.1.2",
2727
"Microsoft.Extensions.FileProviders.Physical": "1.1.1",
2828
"Microsoft.Extensions.PropertyHelper.Sources": {

test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "build"
3232
},
3333
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
34-
"version": "1.1.3",
34+
"version": "1.1.2",
3535
"type": "build"
3636
},
3737
"Microsoft.AspNetCore.Testing": "1.1.1",

test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "build"
1515
},
1616
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
17-
"version": "1.1.3",
17+
"version": "1.1.2",
1818
"type": "build"
1919
},
2020
"Microsoft.AspNetCore.Testing": "1.1.1",

0 commit comments

Comments
 (0)