Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:35:01 -07:00
parent 121a2b5cd0
commit a1267311fe
5 changed files with 5 additions and 14 deletions

View File

@ -23,10 +23,6 @@
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"netstandard1.3": {}
}
}

View File

@ -19,10 +19,6 @@
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"netstandard1.3": {}
}
}

View File

@ -54,7 +54,6 @@
"System.Reflection.Extensions": "4.0.1-*"
},
"imports": [
"dotnet5.4",
"portable-net45+win8"
]
}

View File

@ -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"
]
}

View File

@ -28,7 +28,6 @@
"System.Net.Http": "4.0.1-*"
},
"imports": [
"dotnet5.4",
"portable-net45+win8"
]
}