Removing imports from src projects
This commit is contained in:
parent
121a2b5cd0
commit
a1267311fe
|
|
@ -23,10 +23,6 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.3": {
|
||||
"imports": [
|
||||
"dotnet5.4"
|
||||
]
|
||||
}
|
||||
"netstandard1.3": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -19,10 +19,6 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.3": {
|
||||
"imports": [
|
||||
"dotnet5.4"
|
||||
]
|
||||
}
|
||||
"netstandard1.3": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -54,7 +54,6 @@
|
|||
"System.Reflection.Extensions": "4.0.1-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@
|
|||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Net.Http": "",
|
||||
"System.Runtime": { "type": "build" }
|
||||
"System.Runtime": {
|
||||
"type": "build"
|
||||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.3": {
|
||||
|
|
@ -45,7 +47,6 @@
|
|||
"System.Threading.Thread": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
"System.Net.Http": "4.0.1-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue