Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:18:38 -07:00
parent db5fd0efec
commit 0112361557
3 changed files with 17 additions and 17 deletions

View File

@ -3,12 +3,12 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Session": "1.0.0-*", "Microsoft.AspNetCore.Session": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.Extensions.Caching.SqlServer": "1.0.0-*", "Microsoft.Extensions.Caching.SqlServer": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
@ -18,7 +18,7 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"dependencies": { "dependencies": {
"Microsoft.Extensions.Caching.Redis": "1.0.0-*" "Microsoft.Extensions.Caching.Redis": "1.1.0-*"
} }
}, },
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"description": "ASP.NET Core session state middleware.", "description": "ASP.NET Core session state middleware.",
"packOptions": { "packOptions": {
"repository": { "repository": {
@ -13,11 +13,11 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.0.0-*", "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*", "Microsoft.Extensions.Caching.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.0.0-*" "Microsoft.Extensions.Options": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,

View File

@ -1,10 +1,10 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Session": "1.0.0-*", "Microsoft.AspNetCore.Session": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"testRunner": "xunit", "testRunner": "xunit",