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

Commit 45d11d5

Browse files
committed
Fixing test failure
1 parent 2b7ac7d commit 45d11d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"type": "platform",
4242
"version": "1.0.0"
4343
},
44+
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-*",
4445
"System.Runtime.Serialization.Primitives": "4.1.1"
4546
}
4647
},

src/RazorToolingTestApp.LibraryPackage/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
4+
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0",
55
"NETStandard.Library": "1.6.1-*"
66
},
77
"frameworks": {

0 commit comments

Comments
 (0)