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:28 -08:00
parent 4666564b87
commit d2ea17c6f0
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
"System.Console": "4.0.0-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Runtime": "4.0.21-*",
"System.Threading.Tasks": "4.0.11-*"
}
}