Remove unncessary imports

This commit is contained in:
jacalvar 2016-06-07 22:35:49 -07:00
parent aecfe778ee
commit 0c2189e473
13 changed files with 4 additions and 51 deletions

View File

@ -26,24 +26,12 @@
] ]
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
"version": "1.0.0-*", "Microsoft.DotNet.Watcher.Tools": "1.0.0-*"
"imports": [
"portable-net45+wp80+win8+wpa81+dnxcore50"
]
},
"Microsoft.DotNet.Watcher.Tools": {
"version": "1.0.0-*",
"imports": "portable-net451+win8"
}
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -33,9 +33,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
]
} }
} }
} }

View File

@ -59,9 +59,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
],
"dependencies": { "dependencies": {
"System.Text.Encoding": "4.0.11-*" "System.Text.Encoding": "4.0.11-*"
} }

View File

@ -27,9 +27,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
]
} }
} }
} }

View File

@ -38,9 +38,6 @@
} }
}, },
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
],
"dependencies": { "dependencies": {
"System.ComponentModel.Annotations": "4.1.0-*" "System.ComponentModel.Annotations": "4.1.0-*"
} }

View File

@ -31,9 +31,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
]
} }
} }
} }

View File

@ -39,9 +39,6 @@
} }
}, },
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
],
"dependencies": { "dependencies": {
"System.Runtime.Serialization.Xml": "4.1.1-*", "System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*" "System.Xml.XmlSerializer": "4.0.11-*"

View File

@ -22,9 +22,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net45+win8"
]
} }
}, },
"packOptions": { "packOptions": {

View File

@ -45,9 +45,6 @@
} }
}, },
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
],
"dependencies": { "dependencies": {
"System.Text.Encoding": "4.0.11-*", "System.Text.Encoding": "4.0.11-*",
"System.Runtime.Loader": "4.0.0-*" "System.Runtime.Loader": "4.0.0-*"

View File

@ -42,9 +42,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net45+win8"
]
} }
} }
} }

View File

@ -55,10 +55,7 @@
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-*" "System.Runtime.Serialization.Primitives": "4.1.1-*"
}, }
"imports": [
"portable-net451+win8"
]
} }
} }
} }

View File

@ -39,9 +39,7 @@
} }
}, },
"netstandard1.6": { "netstandard1.6": {
"imports": [ "imports": "portable-net45+netcore45+wp8+wp81+wpa81",
"portable-net451+win8"
],
"dependencies": { "dependencies": {
"System.Net.Http": "4.1.0-*", "System.Net.Http": "4.1.0-*",
"System.Runtime.Serialization.Xml": "4.1.1-*", "System.Runtime.Serialization.Xml": "4.1.1-*",

View File

@ -38,9 +38,6 @@
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"imports": [
"portable-net451+win8"
]
} }
} }
} }