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

Commit f56e746

Browse files
committed
Reacting to CoreCLR packages
1 parent 97464e1 commit f56e746

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/dotnet-razor-tooling/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
2020
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
2121
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
22+
"Microsoft.NETCore.Platforms": "1.0.1-*",
2223
"Newtonsoft.Json": "8.0.3",
23-
"System.Runtime.Serialization.Primitives": "4.1.0-*",
24-
"NETStandard.Library": "1.0.0-*",
25-
"Microsoft.NETCore.Platforms": "1.0.1-*"
24+
"System.Runtime.Serialization.Primitives": "4.1.0-*"
2625
},
2726
"imports": "portable-net451+win8"
2827
}

test/dotnet-razor-tooling.Test/project.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"testRunner": "xunit",
33
"frameworks": {
4-
"dnxcore50": {
4+
"netstandardapp1.5": {
55
"dependencies": {
66
"dotnet-razor-tooling": "1.0.0-*",
77
"dotnet-test-xunit": "1.0.0-dev-*",
@@ -16,7 +16,10 @@
1616
"Microsoft.NETCore.Platforms": "1.0.1-*",
1717
"xunit": "2.1.0"
1818
},
19-
"imports": "portable-net451+win8"
19+
"imports": [
20+
"dnxcore50",
21+
"portable-net451+win8"
22+
]
2023
}
2124
}
2225
}

0 commit comments

Comments
 (0)