We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cf1d5 commit be3e18bCopy full SHA for be3e18b
1 file changed
config/targets.json
@@ -348,7 +348,10 @@
348
"name": "AspNetBufferingWrapper",
349
"page": "AspNetBufferingWrapper-target",
350
"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",
+ "package": [
352
+ "NLog.Web",
353
+ "NLog.Web.AspNetCore"
354
+ ],
355
"wrapper": true,
356
"platforms": [
357
"net35",
0 commit comments