Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:12:31 -08:00
parent 61a39466c4
commit 445dcd9f1a
12 changed files with 39 additions and 39 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
@ -10,8 +10,8 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.HttpOverrides": "1.1.0-*", "Microsoft.AspNetCore.HttpOverrides": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*"
}, },
"commands": { "commands": {
"web": "HttpOverridesSample" "web": "HttpOverridesSample"

View File

@ -1,8 +1,8 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Buffering": "0.2.0-*", "Microsoft.AspNetCore.Buffering": "0.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -1,9 +1,9 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*", "Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*", "Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.2.0-*"
}, },
"buildOptions": { "buildOptions": {
"copyToOutput": [ "copyToOutput": [

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Rewrite": "1.0.0-*", "Microsoft.AspNetCore.Rewrite": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*" "Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,

View File

@ -1,5 +1,5 @@
{ {
"version": "0.2.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -21,9 +21,9 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -22,9 +22,9 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.1.0-*", "Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -16,8 +16,8 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.1.0-*", "Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -21,14 +21,14 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*", "Microsoft.Extensions.Configuration.Abstractions": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*", "Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.1.0-*", "Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"

View File

@ -1,12 +1,12 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Buffering": "0.2.0-*", "Microsoft.AspNetCore.Buffering": "0.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -1,13 +1,13 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.HttpOverrides": "1.1.0-*", "Microsoft.AspNetCore.HttpOverrides": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -8,10 +8,10 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*", "Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*", "Microsoft.Net.Http.Headers": "1.2.0-*",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },

View File

@ -6,8 +6,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Rewrite": "1.0.0-*", "Microsoft.AspNetCore.Rewrite": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {