Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 6c1247b

Browse files
committed
Fix build
- Hoist packages using netstandard.library - Upgrade process since it's not in the standard library
1 parent bfcaa00 commit 6c1247b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

test/Microsoft.AspNetCore.Hosting.Tests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1313
"Microsoft.Extensions.Options": "1.0.0-*",
1414
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
15-
"Microsoft.NETCore.Platforms": "1.0.1-*",
1615
"xunit": "2.1.0"
1716
},
1817
"frameworks": {
1918
"netstandardapp1.5": {
2019
"dependencies": {
21-
"dotnet-test-xunit": "1.0.0-dev-*"
20+
"dotnet-test-xunit": "1.0.0-dev-*",
21+
"NETStandard.Library": "1.5.0-*",
22+
"System.Diagnostics.Process": "4.1.0-*"
2223
},
2324
"imports": [
2425
"dnxcore50",

test/Microsoft.AspNetCore.TestHost.Tests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
88
"Microsoft.AspNetCore.Testing": "1.0.0-*",
99
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
10-
"Microsoft.NETCore.Platforms": "1.0.1-*",
1110
"xunit": "2.1.0"
1211
},
1312
"frameworks": {
1413
"netstandardapp1.5": {
1514
"dependencies": {
16-
"dotnet-test-xunit": "1.0.0-dev-*"
15+
"dotnet-test-xunit": "1.0.0-dev-*",
16+
"NETStandard.Library": "1.5.0-*",
17+
"System.Diagnostics.Process": "4.1.0-*"
1718
},
1819
"imports": [
1920
"dnxcore50",

0 commit comments

Comments
 (0)