This repository was archived by the owner on Mar 19, 2019. It is now read-only.
File tree 2 files changed +6
-4
lines changed
Microsoft.AspNetCore.Server.WebListener.FunctionalTests
Microsoft.Net.Http.Server.FunctionalTests
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
"dependencies" : {
4
4
"Microsoft.AspNetCore.Server.WebListener" : " 0.1.0-*" ,
5
5
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
6
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
7
6
"xunit" : " 2.1.0"
8
7
},
9
8
"frameworks" : {
12
11
"System.Net.Http.WinHttpHandler" : " 4.0.0-*" ,
13
12
"System.Net.Requests" : " 4.0.11-*" ,
14
13
"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-*"
16
17
},
17
18
"imports" : [
18
19
" dnxcore50" ,
Original file line number Diff line number Diff line change 4
4
"Microsoft.Net.Http.Server" : " 0.1.0-*" ,
5
5
"Microsoft.Net.WebSockets.Server" : " 0.1.0-*" ,
6
6
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
7
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
8
7
"xunit" : " 2.1.0"
9
8
},
10
9
"frameworks" : {
14
13
"System.Net.Http.WinHttpHandler" : " 4.0.0-*" ,
15
14
"System.Net.Requests" : " 4.0.11-*" ,
16
15
"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-*"
18
19
},
19
20
"imports" : [
20
21
" dnxcore50" ,
You can’t perform that action at this time.
0 commit comments