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

@ -30,10 +30,7 @@
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Security.Cryptography.Algorithms": "4.1.0-*" "System.Security.Cryptography.Algorithms": "4.1.0-*"
}, }
"imports": [
"dotnet5.4"
]
} }
} }
} }