Moving System.Security.Cryptography.Hashing.Algorithms to dnxcore50 node

to unbreak failing MusicStore dnu deploy.
This commit is contained in:
Pranav K 2015-05-12 11:14:08 -07:00
parent 39fe063aee
commit 13a3c0b931
1 changed files with 6 additions and 3 deletions

View File

@ -10,11 +10,14 @@
"Microsoft.Framework.FileSystemGlobbing": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" },
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnxcore50": {
"dependencies": {
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
}
}
}
}