Update StackExchange.Redis.StrongName (#182)
This commit is contained in:
parent
7a3fd8af33
commit
89c39a6c28
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue