Remove unnecesary imports
This commit is contained in:
parent
db4b0af98b
commit
525b9251df
|
|
@ -8,12 +8,6 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {}
|
||||
}
|
||||
"netcoreapp1.0": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -66,10 +66,7 @@
|
|||
"System.Console": "4.0.0-*",
|
||||
"System.Diagnostics.StackTrace": "4.0.1-*",
|
||||
"System.Reflection.Extensions": "4.0.1-*"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -33,10 +33,7 @@
|
|||
"dependencies": {
|
||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||
"System.Net.Http": "4.1.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue