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:23:13 -08:00
parent ce2f823c7d
commit cdf1d1f6c6
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
"System.IO": "4.1.0-*",
"System.Linq": "4.0.1-*",
"System.Net.WebSockets": "4.0.0-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.0.0-*",

View File

@ -18,7 +18,6 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Runtime": "4.0.21-*"
}
}
}