Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:40:33 -07:00
parent 056b4ac41d
commit 29a8d5b7c5
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,6 @@
"System.Net.Security": "4.0.0-*"
},
"imports": [
"dotnet5.4",
"portable-net45+win8"
]
}

View File

@ -28,8 +28,12 @@
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Threading.Tasks": { "type": "build" }
"System.Runtime": {
"type": "build"
},
"System.Threading.Tasks": {
"type": "build"
}
}
},
"netstandard1.3": {
@ -50,7 +54,6 @@
"System.Threading.Timer": "4.0.1-*"
},
"imports": [
"dotnet5.4",
"portable-net45+win8"
]
}