Remove unncessary imports
This commit is contained in:
parent
aecfe778ee
commit
0c2189e473
|
|
@ -26,24 +26,12 @@
|
|||
]
|
||||
},
|
||||
"tools": {
|
||||
"Microsoft.AspNetCore.Razor.Tools": {
|
||||
"version": "1.0.0-*",
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
]
|
||||
},
|
||||
"Microsoft.DotNet.Watcher.Tools": {
|
||||
"version": "1.0.0-*",
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
|
||||
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -59,9 +59,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.Text.Encoding": "4.0.11-*"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,9 +27,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -38,9 +38,6 @@
|
|||
}
|
||||
},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.ComponentModel.Annotations": "4.1.0-*"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -39,9 +39,6 @@
|
|||
}
|
||||
},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.Runtime.Serialization.Xml": "4.1.1-*",
|
||||
"System.Xml.XmlSerializer": "4.0.11-*"
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packOptions": {
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@
|
|||
}
|
||||
},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.Text.Encoding": "4.0.11-*",
|
||||
"System.Runtime.Loader": "4.0.0-*"
|
||||
|
|
|
|||
|
|
@ -42,9 +42,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -55,10 +55,7 @@
|
|||
"netstandard1.6": {
|
||||
"dependencies": {
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-*"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -39,9 +39,7 @@
|
|||
}
|
||||
},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"imports": "portable-net45+netcore45+wp8+wp81+wpa81",
|
||||
"dependencies": {
|
||||
"System.Net.Http": "4.1.0-*",
|
||||
"System.Runtime.Serialization.Xml": "4.1.1-*",
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@
|
|||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue