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:21:54 -08:00
parent 8aa7a0993d
commit faf8a73953
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
"System.Globalization.Extensions": "4.0.1-*",
"System.Linq": "4.0.1-*",
"System.Text.Encoding": "4.0.11-*",
"System.Runtime": "4.0.21-*"
}
}
}