diff --git a/samples/Redis/project.json b/samples/Redis/project.json index 54f5b9aee3..d3aefe1d2b 100644 --- a/samples/Redis/project.json +++ b/samples/Redis/project.json @@ -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": {} } } diff --git a/src/Microsoft.AspNetCore.DataProtection.Redis/project.json b/src/Microsoft.AspNetCore.DataProtection.Redis/project.json index 399c52adc5..63adb10afc 100644 --- a/src/Microsoft.AspNetCore.DataProtection.Redis/project.json +++ b/src/Microsoft.AspNetCore.DataProtection.Redis/project.json @@ -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": {},