This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree 7 files changed +21
-14
lines changed
Microsoft.AspNetCore.Http.Abstractions.Tests
Microsoft.AspNetCore.Http.Extensions.Tests
Microsoft.AspNetCore.Http.Features.Tests
Microsoft.AspNetCore.Http.Tests
Microsoft.AspNetCore.Owin.Tests
Microsoft.AspNetCore.WebUtilities.Tests 7 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
8
8
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
9
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
10
9
"xunit" : " 2.1.0"
11
10
},
12
11
"frameworks" : {
13
12
"netstandardapp1.5" : {
14
13
"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-*"
16
17
},
17
18
"imports" : [
18
19
" dnxcore50" ,
Original file line number Diff line number Diff line change 3
3
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
4
4
"Microsoft.AspNetCore.Http.Extensions" : " 1.0.0-*" ,
5
5
"Microsoft.Extensions.DependencyInjection" : " 1.0.0-*" ,
6
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
7
6
"xunit" : " 2.1.0"
8
7
},
9
8
"frameworks" : {
10
9
"netstandardapp1.5" : {
11
10
"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-*"
13
14
},
14
15
"imports" : [
15
16
" dnxcore50" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"Microsoft.AspNetCore.Http.Features" : " 1.0.0-*" ,
4
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
5
4
"xunit" : " 2.1.0"
6
5
},
7
6
"frameworks" : {
8
7
"netstandardapp1.5" : {
9
8
"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-*"
11
12
},
12
13
"imports" : [
13
14
" dnxcore50" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
4
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
5
4
"xunit" : " 2.1.0"
6
5
},
7
6
"frameworks" : {
8
7
"netstandardapp1.5" : {
9
8
"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-*"
11
12
},
12
13
"imports" : [
13
14
" dnxcore50" ,
Original file line number Diff line number Diff line change 3
3
"Microsoft.AspNetCore.Http" : " 1.0.0-*" ,
4
4
"Microsoft.AspNetCore.Owin" : " 1.0.0-*" ,
5
5
"Microsoft.Extensions.DependencyInjection" : " 1.0.0-*" ,
6
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
7
6
"xunit" : " 2.1.0"
8
7
},
9
8
"frameworks" : {
10
9
"netstandardapp1.5" : {
11
10
"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-*"
13
14
},
14
15
"imports" : [
15
16
" dnxcore50" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"Microsoft.AspNetCore.WebUtilities" : " 1.0.0-*" ,
4
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
5
4
"xunit" : " 2.1.0"
6
5
},
7
6
"compilationOptions" : {
12
11
"netstandardapp1.5" : {
13
12
"dependencies" : {
14
13
"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-*"
16
17
},
17
18
"imports" : [
18
19
" dnxcore50" ,
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0-*" ,
3
3
"dependencies" : {
4
4
"Microsoft.Net.Http.Headers" : " 1.0.0-*" ,
5
- "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
6
5
"xunit" : " 2.1.0"
7
6
},
8
7
"frameworks" : {
9
8
"netstandardapp1.5" : {
10
9
"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-*"
12
13
},
13
14
"imports" : [
14
15
" dnxcore50" ,
You can’t perform that action at this time.
0 commit comments