Remove direct Microsoft.NETCore.Platforms dependency.

- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
This commit is contained in:
N. Taylor Mullen 2016-06-13 15:28:27 -07:00
Родитель b8b0d3894c
Коммит ed4862dc40
5 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1,7 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
"type": "build",

Просмотреть файл

@ -1,7 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",

Просмотреть файл

@ -1,7 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",

Просмотреть файл

@ -1,7 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": {

Просмотреть файл

@ -2,7 +2,6 @@
"dependencies": {
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
"type": "build",