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

Commit 6c7e37e

Browse files
author
N. Taylor Mullen
committed
Update dotnet-razor-tooling to be a portable app.
1 parent 28b1ebe commit 6c7e37e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/dotnet-razor-tooling/project.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@
1313
"xmlDoc": true
1414
},
1515
"frameworks": {
16-
"dnxcore50": {
16+
"netstandard1.5": {
1717
"dependencies": {
1818
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
1919
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
2020
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
21-
"NETStandard.Library": "1.5.0-*",
21+
"Microsoft.NETCore.App": {
22+
"type": "platform",
23+
"version": "1.0.0-*"
24+
},
2225
"Newtonsoft.Json": "8.0.3",
2326
"System.Diagnostics.Process": "4.1.0-*",
2427
"System.Runtime.Serialization.Primitives": "4.1.1-*"
2528
},
26-
"imports": "portable-net451+win8"
29+
"imports": [ "portable-net451+win8", "dnxcore50" ]
2730
}
2831
}
2932
}

0 commit comments

Comments
 (0)