Update dependency versions

This commit is contained in:
Pranav K 2016-11-10 08:38:37 -08:00
parent f4f1902808
commit 32cced78b8
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.3.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*"
}, },

View File

@ -1,5 +1,5 @@
{ {
"version": "0.2.0-*", "version": "0.3.0-*",
"description": "ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.", "description": "ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.",
"buildOptions": { "buildOptions": {
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",

View File

@ -14,10 +14,12 @@
} }
}, },
"dependencies": { "dependencies": {
"ClassLibraryWithPortablePdbs": "1.2.0-*", "ClassLibraryWithPortablePdbs": {
"target": "project"
},
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.3.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*", "Microsoft.Extensions.DependencyInjection": "1.2.0-*",