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

Commit 8efc650

Browse files
committed
Fixed build
1 parent 6a5a053 commit 8efc650

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

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

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
44
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
55
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
6-
"Microsoft.NETCore.Platforms": "1.0.1-*",
76
"xunit": "2.1.0"
87
},
98
"frameworks": {
109
"netstandardapp1.5": {
1110
"dependencies": {
12-
"dotnet-test-xunit": "1.0.0-dev-*"
11+
"dotnet-test-xunit": "1.0.0-dev-*",
12+
"NETStandard.Library": "1.5.0-*",
13+
"System.Diagnostics.Process": "4.1.0-*"
1314
},
1415
"imports": [
1516
"dnxcore50",

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"xunit": "2.1.0"
65
},
76
"frameworks": {
87
"netstandardapp1.5": {
98
"dependencies": {
10-
"dotnet-test-xunit": "1.0.0-dev-*"
9+
"dotnet-test-xunit": "1.0.0-dev-*",
10+
"NETStandard.Library": "1.5.0-*",
11+
"System.Diagnostics.Process": "4.1.0-*"
1112
},
1213
"imports": [
1314
"dnxcore50",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"xunit": "2.1.0"
65
},
76
"frameworks": {
87
"netstandardapp1.5": {
98
"dependencies": {
10-
"dotnet-test-xunit": "1.0.0-dev-*"
9+
"dotnet-test-xunit": "1.0.0-dev-*",
10+
"NETStandard.Library": "1.5.0-*",
11+
"System.Diagnostics.Process": "4.1.0-*"
1112
},
1213
"imports": [
1314
"dnxcore50",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
44
"Microsoft.AspNetCore.Owin": "1.0.0-*",
55
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
6-
"Microsoft.NETCore.Platforms": "1.0.1-*",
76
"xunit": "2.1.0"
87
},
98
"frameworks": {
109
"netstandardapp1.5": {
1110
"dependencies": {
12-
"dotnet-test-xunit": "1.0.0-dev-*"
11+
"dotnet-test-xunit": "1.0.0-dev-*",
12+
"NETStandard.Library": "1.5.0-*",
13+
"System.Diagnostics.Process": "4.1.0-*"
1314
},
1415
"imports": [
1516
"dnxcore50",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"xunit": "2.1.0"
65
},
76
"compilationOptions": {
@@ -12,7 +11,9 @@
1211
"netstandardapp1.5": {
1312
"dependencies": {
1413
"System.Text.Encoding.Extensions": "4.0.11-*",
15-
"dotnet-test-xunit": "1.0.0-dev-*"
14+
"dotnet-test-xunit": "1.0.0-dev-*",
15+
"NETStandard.Library": "1.5.0-*",
16+
"System.Diagnostics.Process": "4.1.0-*"
1617
},
1718
"imports": [
1819
"dnxcore50",

test/Microsoft.Net.Http.Headers.Tests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.Net.Http.Headers": "1.0.0-*",
5-
"Microsoft.NETCore.Platforms": "1.0.1-*",
65
"xunit": "2.1.0"
76
},
87
"frameworks": {
98
"netstandardapp1.5": {
109
"dependencies": {
11-
"dotnet-test-xunit": "1.0.0-dev-*"
10+
"dotnet-test-xunit": "1.0.0-dev-*",
11+
"NETStandard.Library": "1.5.0-*",
12+
"System.Diagnostics.Process": "4.1.0-*"
1213
},
1314
"imports": [
1415
"dnxcore50",

0 commit comments

Comments
 (0)