Remove unncessary imports
This commit is contained in:
parent
c1dadbd723
commit
8dbdc0294f
|
|
@ -15,10 +15,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"portable-dnxcore50+net45+win8+wp8+wpa81"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"publishOptions": {
|
||||
|
|
|
|||
|
|
@ -18,10 +18,7 @@
|
|||
"type": "platform"
|
||||
},
|
||||
"System.Console": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"publishOptions": {
|
||||
|
|
|
|||
|
|
@ -26,10 +26,7 @@
|
|||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"System.Net.Security": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -47,10 +47,7 @@
|
|||
"System.Threading.Thread": "4.0.0-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-*",
|
||||
"System.Threading.Timer": "4.0.1-*"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
|
|||
|
|
@ -15,10 +15,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
]
|
||||
}
|
||||
},
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue