Remove System.Runtime reference
This commit is contained in:
parent
86c08ecf22
commit
96e5d9bec5
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@
|
|||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.21-*"
|
||||
},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue