diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index 0cecd6f841..d73613027c 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -24,7 +24,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" } } diff --git a/src/Microsoft.AspNetCore.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json index ca6225bcf6..fe5fbc930b 100644 --- a/src/Microsoft.AspNetCore.Session/project.json +++ b/src/Microsoft.AspNetCore.Session/project.json @@ -17,7 +17,8 @@ "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", "Microsoft.Extensions.Caching.Abstractions": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", - "Microsoft.Extensions.Options": "1.1.0-*" + "Microsoft.Extensions.Options": "1.1.0-*", + "NETStandard.Library": "1.6.1-*" }, "buildOptions": { "allowUnsafe": true, @@ -30,10 +31,6 @@ }, "frameworks": { "net451": {}, - "netstandard1.3": { - "dependencies": { - "System.Security.Cryptography.Algorithms": "4.2.0-*" - } - } + "netstandard1.3": {} } } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json index 7e23d1cb66..97f9ce1433 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/project.json +++ b/test/Microsoft.AspNetCore.Session.Tests/project.json @@ -12,10 +12,9 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" - }, - "System.Threading.Thread": "4.0.0-*" + } } }, "net451": {}