Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:19:20 -08:00
parent e8a689b93d
commit f26ef2e50c
4 changed files with 19 additions and 17 deletions

View File

@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.AspNetCore.ResponseCaching": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*"
"Microsoft.AspNetCore.ResponseCaching": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Caching.Memory": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
{
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
@ -18,7 +18,7 @@
]
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.1.0-*"
"Microsoft.Extensions.Primitives": "1.2.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,
@ -22,13 +22,15 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.AspNetCore.ResponseCaching.Abstractions": {
"target": "project"
},
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"

View File

@ -5,9 +5,9 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.ResponseCaching": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Microsoft.AspNetCore.ResponseCaching": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {