Remove unncessary imports
This commit is contained in:
parent
31a6a126e3
commit
b1af033529
|
|
@ -16,8 +16,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
},
|
||||
"imports": "dnxcore50"
|
||||
}
|
||||
}
|
||||
},
|
||||
"publishOptions": {
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"portable-dnxcore50+net45+win8+wp8+wpa81"
|
||||
],
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
|
|
|
|||
|
|
@ -36,11 +36,7 @@
|
|||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"System.Security.Principal.Windows": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
"portable-net451+win8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue