Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
This commit is contained in:
parent
2fd1490c4a
commit
9959601c4b
|
|
@ -22,7 +22,6 @@
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.21-*",
|
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"imports": "portable-net451+win8"
|
"imports": "portable-net451+win8"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue