Skip to content

Commit

Permalink
Upgrade to NLog 4.4
Browse files Browse the repository at this point in the history
Needed for Collection support (in targets) in NLog.4.4
  • Loading branch information
304NotModified committed Dec 24, 2016
1 parent de681b4 commit 6b20521
Show file tree
Hide file tree
Showing 9 changed files with 1,530 additions and 421 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if !NETSTANDARD_1plus
using System.Web;
using System.Web.Routing;
using System.Collections.Specialized;
using System.Web.SessionState;
#else
using Microsoft.Extensions.Primitives;
Expand Down
5 changes: 3 additions & 2 deletions NLog.Web.AspNetCore.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0",
"NLog": "4.4.0-beta13",
"NLog.Web.AspNetCore": "4.2.4",
"NLog": "5.0.0-beta04",
"NLog.Web.AspNetCore": "4.3.0",
"NSubstitute": "2.0.0-alpha003",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"

},
"frameworks": {
"netcoreapp1.0": {
Expand Down
Loading

0 comments on commit 6b20521

Please sign in to comment.