Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:50:42 -07:00
parent 1e90efdf32
commit 04a4772fe5
1 changed files with 4 additions and 6 deletions

View File

@ -24,14 +24,12 @@
"Microsoft.Extensions.ObjectPool": "1.0.0-*"
},
"frameworks": {
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
},
"netstandard1.3": {},
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build"}
"System.Runtime": {
"type": "build"
}
}
}
}