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

Commit bd0b28f

Browse files
committed
Migrate tests, tools and samples to portable
1 parent 6c7e37e commit bd0b28f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"testRunner": "xunit",
33
"frameworks": {
4-
"netstandardapp1.5": {
4+
"netcoreapp1.0": {
55
"dependencies": {
6+
"Microsoft.NETCore.App": {
7+
"version": "1.0.0-*",
8+
"type": "platform"
9+
},
610
"dotnet-razor-tooling": "1.0.0-*",
711
"dotnet-test-xunit": "1.0.0-dev-*",
812
"Microsoft.AspNetCore.Razor.Test.Sources": {
@@ -13,14 +17,14 @@
1317
"version": "1.0.0-*",
1418
"type": "build"
1519
},
16-
"NETStandard.Library": "1.5.0-*",
1720
"System.Diagnostics.Process": "4.1.0-*",
1821
"xunit": "2.1.0"
1922
},
2023
"imports": [
2124
"dnxcore50",
2225
"portable-net451+win8"
23-
]
26+
]
2427
}
25-
}
28+
},
29+
"dependencies": {}
2630
}

0 commit comments

Comments
 (0)