Update project.json to remove redundant System.Runtime dependency.

- This package is pulled in transitively.
This commit is contained in:
N. Taylor Mullen 2016-02-05 17:20:53 -08:00
parent 2fd1490c4a
commit 9959601c4b
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"imports": "portable-net451+win8"