Răsfoiți Sursa

Update StackExchange.Redis.StrongName (#182)

Pavel Krymets 9 ani în urmă
părinte
comite
89c39a6c28

+ 9 - 1
samples/Redis/project.json

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

+ 1 - 1
src/Microsoft.AspNetCore.DataProtection.Redis/project.json

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