Remove System.Runtime reference

This commit is contained in:
Kiran Challa 2016-02-08 14:07:48 -08:00
parent 86c08ecf22
commit 96e5d9bec5
2 changed files with 1 additions and 5 deletions

View File

@ -22,8 +22,7 @@
"dependencies": {
"System.Data.SqlClient": "4.0.0-*",
"System.Net.Http": "4.0.1-*",
"System.Xml.XmlDocument": "4.0.0-*",
"System.Runtime": "4.0.21-*"
"System.Xml.XmlDocument": "4.0.0-*"
}
}
}

View File

@ -14,9 +14,6 @@
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-*"
},
"imports": "portable-net451+win8"
}
}