Skip to content

Commit a3d0f1d

Browse files
authored
AspNetBufferingWrapper also supported on ASP.NET Core (#254)
1 parent 4eb40b0 commit a3d0f1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/layout-renderers.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,10 +1071,12 @@
10711071
"name": "aspnet-request-has-posted-body",
10721072
"page": "AspNet-Request-Has-Posted-Body-Layout-Renderer",
10731073
"package": [
1074+
"NLog.Web",
10741075
"NLog.Web.AspNetCore"
10751076
],
10761077
"description": "ASP.NET posted body / payload was included with the request",
10771078
"platforms": [
1079+
"net45",
10781080
"netstandard2.0"
10791081
],
10801082
"category": "Web, ASP.NET and ASP.NET Core"

config/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@
336336
"platforms": [
337337
"net35",
338338
"net40",
339-
"net45"
339+
"net45",
340+
"netstandard2.0"
340341
],
341342
"category": "Async and buffering"
342343
},

0 commit comments

Comments
 (0)