Update dependency versions
This commit is contained in:
parent
f4f1902808
commit
32cced78b8
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.Kestrel": "1.2.0-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
"buildOptions": {
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
|
|||
|
|
@ -14,10 +14,12 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"ClassLibraryWithPortablePdbs": "1.2.0-*",
|
||||
"ClassLibraryWithPortablePdbs": {
|
||||
"target": "project"
|
||||
},
|
||||
"dotnet-test-xunit": "2.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.Testing": "1.2.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue