Remove System.Runtime reference
This commit is contained in:
parent
86c08ecf22
commit
96e5d9bec5
|
|
@ -22,8 +22,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Data.SqlClient": "4.0.0-*",
|
"System.Data.SqlClient": "4.0.0-*",
|
||||||
"System.Net.Http": "4.0.1-*",
|
"System.Net.Http": "4.0.1-*",
|
||||||
"System.Xml.XmlDocument": "4.0.0-*",
|
"System.Xml.XmlDocument": "4.0.0-*"
|
||||||
"System.Runtime": "4.0.21-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,6 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime": "4.0.21-*"
|
|
||||||
},
|
|
||||||
"imports": "portable-net451+win8"
|
"imports": "portable-net451+win8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue