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

Commit 7c67a4a

Browse files
committed
Fixed packages
1 parent 7314e65 commit 7c67a4a

File tree

2 files changed

+6
-4
lines changed
  • test
    • Microsoft.AspNetCore.Server.WebListener.FunctionalTests
    • Microsoft.Net.Http.Server.FunctionalTests

2 files changed

+6
-4
lines changed

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"dependencies": {
44
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
55
"Microsoft.AspNetCore.Testing": "1.0.0-*",
6-
"Microsoft.NETCore.Platforms": "1.0.1-*",
76
"xunit": "2.1.0"
87
},
98
"frameworks": {
@@ -12,7 +11,9 @@
1211
"System.Net.Http.WinHttpHandler": "4.0.0-*",
1312
"System.Net.Requests": "4.0.11-*",
1413
"System.Net.WebHeaderCollection": "4.0.1-*",
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.Server.FunctionalTests/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"Microsoft.Net.Http.Server": "0.1.0-*",
55
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
66
"Microsoft.AspNetCore.Testing": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
87
"xunit": "2.1.0"
98
},
109
"frameworks": {
@@ -14,7 +13,9 @@
1413
"System.Net.Http.WinHttpHandler": "4.0.0-*",
1514
"System.Net.Requests": "4.0.11-*",
1615
"System.Net.WebSockets.Client": "4.0.0-*",
17-
"dotnet-test-xunit": "1.0.0-dev-*"
16+
"dotnet-test-xunit": "1.0.0-dev-*",
17+
"NETStandard.Library": "1.5.0-*",
18+
"System.Diagnostics.Process": "4.1.0-*"
1819
},
1920
"imports": [
2021
"dnxcore50",

0 commit comments

Comments
 (0)