Skip to content

Commit

Permalink
AspNetBufferingWrapper also supported on ASP.NET Core (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Dec 7, 2023
1 parent 4eb40b0 commit a3d0f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/layout-renderers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,10 +1071,12 @@
"name": "aspnet-request-has-posted-body",
"page": "AspNet-Request-Has-Posted-Body-Layout-Renderer",
"package": [
"NLog.Web",
"NLog.Web.AspNetCore"
],
"description": "ASP.NET posted body / payload was included with the request",
"platforms": [
"net45",
"netstandard2.0"
],
"category": "Web, ASP.NET and ASP.NET Core"
Expand Down
3 changes: 2 additions & 1 deletion config/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@
"platforms": [
"net35",
"net40",
"net45"
"net45",
"netstandard2.0"
],
"category": "Async and buffering"
},
Expand Down

0 comments on commit a3d0f1d

Please sign in to comment.