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:22:40 -08:00
parent 563052f800
commit 6eb091052d
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
"dnxcore50": {
"dependencies": {
"System.Net.Primitives": "4.0.11-*",
"System.Runtime": "4.0.21-*"
}
}
},