Update dependency versions

This commit is contained in:
Pranav K 2016-11-10 10:27:21 -08:00
parent 5c8043752d
commit 67129b2515
8 changed files with 31 additions and 44 deletions

View File

@ -26,7 +26,7 @@
"target": "project" "target": "project"
}, },
"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

@ -23,9 +23,9 @@
"dependencies": { "dependencies": {
"Channels": "0.2.0-beta-*", "Channels": "0.2.0-beta-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*", "Microsoft.AspNetCore.Routing": "1.2.0-*",
"Microsoft.AspNetCore.WebSockets": "0.2.0-*", "Microsoft.AspNetCore.WebSockets": "0.3.0-*",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {

View File

@ -22,9 +22,11 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.WebSockets.Internal": "0.1.0-*", "Microsoft.Extensions.WebSockets.Internal": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1-*"
}, },

View File

@ -26,7 +26,7 @@
"Channels": "0.2.0-beta-*", "Channels": "0.2.0-beta-*",
"Channels.Text.Primitives": "0.2.0-beta-*", "Channels.Text.Primitives": "0.2.0-beta-*",
"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

@ -5,17 +5,15 @@
"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.Sockets": { "Microsoft.AspNetCore.Sockets": "1.0.0-*",
"target": "project"
},
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }

View File

@ -6,10 +6,10 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.WebSockets.Internal": "0.1.0-*", "Microsoft.Extensions.WebSockets.Internal": "0.1.0-*",
@ -14,22 +14,14 @@
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} },
"net451": {}
} }
} }

View File

@ -1,13 +1,13 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
"Microsoft.AspNetCore.WebSockets.Internal": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Internal": "0.1.0-*",
"Microsoft.Extensions.Configuration": "1.1.0-*", "Microsoft.Extensions.Configuration": "1.2.0-*",
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "platform" "type": "platform"
@ -17,12 +17,7 @@
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {}
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
}
}, },
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true