We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01049e9 commit 8065adbCopy full SHA for 8065adb
src/Microsoft.Extensions.Caching.ServiceStackRedis/project.json
@@ -1,6 +1,8 @@
1
{
2
"version": "1.0.0.1",
3
"description": "Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using ServiceStack.Redis.Core",
4
+ "projectUrl": "https://github.com/cnblogs/ServiceStackRedisCache",
5
+ "authors": [ "cnblogs.com" ],
6
"packOptions": {
7
"repository": {
8
"type": "git",
@@ -21,6 +23,6 @@
21
23
"ServiceStack.Redis.Core": "1.0.30"
22
24
},
25
"frameworks": {
- "netstandard1.6": { }
26
+ "netstandard1.6": {}
27
}
28
0 commit comments