Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in. aspnet/Coherence-Signed#344
This commit is contained in:
parent
d8c1ac7c06
commit
f0fc335cc0
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
|
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
|
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"AntiforgerySample": "1.0.0-*",
|
"AntiforgerySample": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*"
|
"Microsoft.AspNetCore.Testing": "1.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
|
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue