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

Commit 6a59d9d

Browse files
author
N. Taylor Mullen
committed
Change dotnet-razor-tooling to netcoreapp1.0.
- We now have a CLI that properly supports tools as netcoreapp1.0.
1 parent 71f6839 commit 6a59d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnet-razor-tooling/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"xmlDoc": true
1414
},
1515
"frameworks": {
16-
"netstandard1.5": {
16+
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
1919
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",

0 commit comments

Comments
 (0)