Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in. aspnet/Coherence-Signed#344
This commit is contained in:
parent
4d77dce803
commit
af8e9fb443
|
|
@ -4,7 +4,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
|
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue