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