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

Commit 54bdd47

Browse files
author
N. Taylor Mullen
committed
Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in. aspnet/Coherence-Signed#344
1 parent cdb16d6 commit 54bdd47

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
98
"Microsoft.AspNetCore.Http": "1.0.0-*",
109
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1110
"xunit": "2.1.0"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"Microsoft.AspNetCore.Http": "1.0.0-*",
65
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
76
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
65
"xunit": "2.1.0"
76
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"Microsoft.AspNetCore.Http": "1.0.0-*",
65
"xunit": "2.1.0"
76
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"Microsoft.AspNetCore.Http": "1.0.0-*",
65
"Microsoft.AspNetCore.Owin": "1.0.0-*",
76
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-*",
4-
"Microsoft.NETCore.Platforms": "1.0.1-*",
54
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
65
"xunit": "2.1.0"
76
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"dotnet-test-xunit": "1.0.0-*",
5-
"Microsoft.NETCore.Platforms": "1.0.1-*",
65
"Microsoft.Net.Http.Headers": "1.0.0-*",
76
"xunit": "2.1.0"
87
},

0 commit comments

Comments
 (0)