Remove unncessary usings

This commit is contained in:
jacalvar 2016-06-07 22:53:31 -07:00
parent 57b8e1cae8
commit eb726021df
4 changed files with 4 additions and 16 deletions

View File

@ -18,10 +18,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
} }
}, }
"imports": [
"dnxcore50"
]
} }
} }
} }

View File

@ -19,10 +19,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
} }
}, }
"imports": [
"dnxcore50"
]
} }
} }
} }

View File

@ -18,10 +18,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
} }
}, }
"imports": [
"dnxcore50"
]
} }
} }
} }

View File

@ -20,10 +20,7 @@
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Security.Claims": "4.0.1-*" "System.Security.Claims": "4.0.1-*"
}, }
"imports": [
"portable-net451+win8"
]
} }
} }
} }