This repository was archived by the owner on Dec 19, 2018. It is now read-only.
File tree 2 files changed +6
-4
lines changed
Microsoft.AspNetCore.Hosting.Tests
Microsoft.AspNetCore.TestHost.Tests 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
13
13
"Microsoft.Extensions.Options" : " 1.0.0-*" ,
14
14
"Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-*" ,
15
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
16
15
"xunit" : " 2.1.0"
17
16
},
18
17
"frameworks" : {
19
18
"netstandardapp1.5" : {
20
19
"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-*"
22
23
},
23
24
"imports" : [
24
25
" dnxcore50" ,
Original file line number Diff line number Diff line change 7
7
"Microsoft.AspNetCore.TestHost" : " 1.0.0-*" ,
8
8
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
9
9
"Microsoft.Extensions.DiagnosticAdapter" : " 1.0.0-*" ,
10
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
11
10
"xunit" : " 2.1.0"
12
11
},
13
12
"frameworks" : {
14
13
"netstandardapp1.5" : {
15
14
"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-*"
17
18
},
18
19
"imports" : [
19
20
" dnxcore50" ,
You can’t perform that action at this time.
0 commit comments