Remove unncessary imports

This commit is contained in:
jacalvar 2016-06-07 17:19:25 -07:00
parent 7a795da349
commit a877ec1783
3 changed files with 4 additions and 20 deletions

View File

@ -39,10 +39,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0-*",
@ -52,14 +48,8 @@
} }
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"version": "1.0.0-*", "Microsoft.EntityFrameworkCore.Tools": "1.0.0-*"
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
},
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*",
"imports": "portable-net451+win8"
}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [

View File

@ -30,10 +30,7 @@
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.ComponentModel.TypeConverter": "4.1.0-*" "System.ComponentModel.TypeConverter": "4.1.0-*"
}, }
"imports": [
"portable-net451+win8"
]
} }
} }
} }

View File

@ -30,10 +30,7 @@
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Text.RegularExpressions": "4.1.0-*" "System.Text.RegularExpressions": "4.1.0-*"
}, }
"imports": [
"portable-net451+win8"
]
} }
} }
} }