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

Commit 467ffc7

Browse files
author
N. Taylor Mullen
committed
Revert "Transition to netstandard."
This reverts commit 87545af.
1 parent 87545af commit 467ffc7

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

src/dotnet-razor-tooling/project.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
"keyFile": "../../tools/Key.snk",
1010
"warningsAsErrors": true,
1111
"emitEntryPoint": true,
12-
"nowarn": [
13-
"CS1591"
14-
],
12+
"nowarn": [ "CS1591" ],
1513
"xmlDoc": true
1614
},
1715
"frameworks": {
18-
"netstandardapp1.5": {
16+
"dnxcore50": {
1917
"dependencies": {
2018
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
2119
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
@@ -26,10 +24,7 @@
2624
"NETStandard.Library": "1.0.0-*",
2725
"Microsoft.NETCore.Platforms": "1.0.1-*"
2826
},
29-
"imports": [
30-
"dnxcore50",
31-
"portable-net451+win8"
32-
]
27+
"imports": "portable-net451+win8"
3328
}
3429
}
3530
}

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

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

0 commit comments

Comments
 (0)