Skip to content

Commit 8065adb

Browse files
committed
Update project.json for 'dotnet pack'
1 parent 01049e9 commit 8065adb

File tree

1 file changed

+3
-1
lines changed
  • src/Microsoft.Extensions.Caching.ServiceStackRedis

1 file changed

+3
-1
lines changed

src/Microsoft.Extensions.Caching.ServiceStackRedis/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"version": "1.0.0.1",
33
"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" ],
46
"packOptions": {
57
"repository": {
68
"type": "git",
@@ -21,6 +23,6 @@
2123
"ServiceStack.Redis.Core": "1.0.30"
2224
},
2325
"frameworks": {
24-
"netstandard1.6": { }
26+
"netstandard1.6": {}
2527
}
2628
}

0 commit comments

Comments
 (0)