Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:43:23 -07:00
parent 31627b7e70
commit c2503d1da1
1 changed files with 2 additions and 5 deletions

View File

@ -26,14 +26,11 @@
"xmlDoc": true
},
"frameworks": {
"net451": { },
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.1.0-*"
},
"imports": [
"dotnet5.4"
]
}
}
}
}