Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:51:05 -07:00
parent 40091fcb22
commit e06a0f0898
2 changed files with 2 additions and 8 deletions

View File

@ -30,10 +30,7 @@
"System.Threading": "4.0.11-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Threading.Timer": "4.0.1-*"
},
"imports": [
"dotnet5.4"
]
}
}
}
}

View File

@ -21,10 +21,7 @@
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {},
"imports": [
"dotnet5.4"
]
"dependencies": {}
}
}
}