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

Commit 8aa7a09

Browse files
committed
Relocating dependencies
1 parent 93079ea commit 8aa7a09

File tree

14 files changed

+18
-27
lines changed

14 files changed

+18
-27
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"type": "build",
1616
"version": "1.0.0-*"
1717
},
18-
"Microsoft.NETCore.Platforms": "1.0.1-*",
1918
"System.Text.Encodings.Web": "4.0.0-*"
2019
},
2120
"frameworks": {
@@ -34,8 +33,7 @@
3433
"System.Reflection.TypeExtensions": "4.1.0-*",
3534
"System.Runtime.InteropServices": "4.0.21-*",
3635
"System.Security.Cryptography.X509Certificates": "4.0.0-*"
37-
},
38-
"imports": "portable-net451+win8"
36+
}
3937
}
4038
}
4139
}

src/Microsoft.AspNetCore.Http.Extensions/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@
1212
"dependencies": {
1313
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
1414
"Microsoft.Net.Http.Headers": "1.0.0-*",
15-
"Microsoft.NETCore.Platforms": "1.0.1-*",
1615
"System.Buffers": "4.0.0-*"
1716
},
1817
"frameworks": {
1918
"net451": {},
2019
"dotnet5.4": {
2120
"dependencies": {
2221
"System.IO.FileSystem": "4.0.1-*"
23-
},
24-
"imports": "portable-net451+win8"
22+
}
2523
}
2624
}
2725
}

src/Microsoft.AspNetCore.Http.Features/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Primitives": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*"
13+
"Microsoft.Extensions.Primitives": "1.0.0-*"
1514
},
1615
"frameworks": {
1716
"net451": {},
@@ -25,8 +24,7 @@
2524
"System.Security.Claims": "4.0.1-*",
2625
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
2726
"System.Security.Principal": "4.0.1-*"
28-
},
29-
"imports": "portable-net451+win8"
27+
}
3028
}
3129
}
3230
}

src/Microsoft.AspNetCore.Http/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@
1313
"dependencies": {
1414
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
1515
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
16-
"Microsoft.Net.Http.Headers": "1.0.0-*",
17-
"Microsoft.NETCore.Platforms": "1.0.1-*"
16+
"Microsoft.Net.Http.Headers": "1.0.0-*"
1817
},
1918
"frameworks": {
2019
"net451": {},
2120
"dotnet5.4": {
2221
"dependencies": {
2322
"System.Threading": "4.0.11-*"
24-
},
25-
"imports": "portable-net451+win8"
23+
}
2624
}
2725
}
2826
}

src/Microsoft.AspNetCore.Owin/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNetCore.Http": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*"
13+
"Microsoft.AspNetCore.Http": "1.0.0-*"
1514
},
1615
"frameworks": {
1716
"net451": {},
18-
"dotnet5.4": {
19-
"imports": "portable-net451+win8"
20-
}
17+
"dotnet5.4": {}
2118
}
2219
}

src/Microsoft.AspNetCore.WebUtilities/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"dependencies": {
1313
"Microsoft.Extensions.Primitives": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*",
1514
"System.Buffers": "4.0.0-*",
1615
"System.Text.Encodings.Web": "4.0.0-*"
1716
},
@@ -26,8 +25,7 @@
2625
"System.Collections": "4.0.11-*",
2726
"System.IO": "4.1.0-*",
2827
"System.IO.FileSystem": "4.0.1-*"
29-
},
30-
"imports": "portable-net451+win8"
28+
}
3129
}
3230
}
3331
}

src/Microsoft.Net.Http.Headers/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"warningsAsErrors": true,
1010
"keyFile": "../../tools/Key.snk"
1111
},
12-
"dependencies": {
13-
"Microsoft.NETCore.Platforms": "1.0.1-*"
14-
},
12+
"dependencies": {},
1513
"frameworks": {
1614
"net451": {},
1715
"dotnet5.4": {
@@ -23,8 +21,7 @@
2321
"System.Linq": "4.0.1-*",
2422
"System.Text.Encoding": "4.0.11-*",
2523
"System.Runtime": "4.0.21-*"
26-
},
27-
"imports": "portable-net451+win8"
24+
}
2825
}
2926
}
3027
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dependencies": {
77
"Microsoft.AspNetCore.Http": "1.0.0-*",
88
"Microsoft.AspNetCore.Testing": "1.0.0-*",
9+
"Microsoft.NETCore.Platforms": "1.0.1-*",
910
"xunit": "2.1.0"
1011
},
1112
"frameworks": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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-*",
67
"xunit": "2.1.0"
78
},
89
"frameworks": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"xunit": "2.1.0"
56
},
67
"frameworks": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"xunit": "2.1.0"
56
},
67
"frameworks": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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-*",
67
"xunit": "2.1.0"
78
},
89
"frameworks": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
4+
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"xunit": "2.1.0"
56
},
67
"compilationOptions": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.Net.Http.Headers": "1.0.0-*",
5+
"Microsoft.NETCore.Platforms": "1.0.1-*",
56
"xunit": "2.1.0"
67
},
78
"frameworks": {

0 commit comments

Comments
 (0)