We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb40b0 commit a3d0f1dCopy full SHA for a3d0f1d
config/layout-renderers.json
@@ -1071,10 +1071,12 @@
1071
"name": "aspnet-request-has-posted-body",
1072
"page": "AspNet-Request-Has-Posted-Body-Layout-Renderer",
1073
"package": [
1074
+ "NLog.Web",
1075
"NLog.Web.AspNetCore"
1076
],
1077
"description": "ASP.NET posted body / payload was included with the request",
1078
"platforms": [
1079
+ "net45",
1080
"netstandard2.0"
1081
1082
"category": "Web, ASP.NET and ASP.NET Core"
config/targets.json
@@ -336,7 +336,8 @@
336
337
"net35",
338
"net40",
339
- "net45"
340
+ "netstandard2.0"
341
342
"category": "Async and buffering"
343
},
0 commit comments