Skip to content

Commit be3e18b

Browse files
committed
AspNetBufferingWrapper also included for NLog.Web.AspNetCore
1 parent 16cf1d5 commit be3e18b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/targets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,10 @@
348348
"name": "AspNetBufferingWrapper",
349349
"page": "AspNetBufferingWrapper-target",
350350
"description": "Buffers log events for the duration of ASP.NET request and sends them down to the wrapped target at the end of a request.",
351-
"package": "NLog.Web",
351+
"package": [
352+
"NLog.Web",
353+
"NLog.Web.AspNetCore"
354+
],
352355
"wrapper": true,
353356
"platforms": [
354357
"net35",

0 commit comments

Comments
 (0)