Update StackExchange.Redis.StrongName (#182)

This commit is contained in:
Pavel Krymets 2016-10-03 10:59:04 -07:00 committed by GitHub
parent 7a3fd8af33
commit 89c39a6c28
2 changed files with 10 additions and 2 deletions

View File

@ -11,6 +11,14 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
},
"frameworks": {
"net451": { }
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
}
}
},
"net451": {}
}
}

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"StackExchange.Redis.StrongName": "1.1.604-alpha"
"StackExchange.Redis.StrongName": "1.1.605"
},
"frameworks": {
"net451": {},