Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:17:30 -07:00
parent 64dc59702b
commit 6e7c004a50
6 changed files with 19 additions and 19 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "0.1.0-*", "version": "0.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -21,7 +21,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*" "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.1.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.0.0-*", "Microsoft.AspNetCore.Http.Extensions": "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-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

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

View File

@ -1,13 +1,13 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*", "Microsoft.AspNetCore.HttpOverrides": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "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"
}, },
"frameworks": { "frameworks": {