Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in. aspnet/Coherence-Signed#344
This commit is contained in:
parent
e20d18636e
commit
4b43597d28
|
|
@ -6,7 +6,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Razor.Test.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||
"Microsoft.AspNetCore.Razor": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Razor.Test.Sources": {
|
||||
"version": "1.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue