Skip to content

Commit 7a3322d

Browse files
committed
Updates
1 parent cfe55f7 commit 7a3322d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aspnetcore/blazor/performance/webassembly-browser-developer-tools-diagnostics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ Add `callspec` to the `browser` WebAssembly profiler in the `<WasmProfilers>` el
8989

9090
## .NET Core Diagnostics Client Library example
9191

92-
In the project file (`.csproj`), the properties in the following table enable integration with the browser's profiler.
93-
94-
Use the `<WasmProfilers>` property set to `browser` for the Mono profiler. Currently, only "`browser`" is supported. The `browser` profiler enables integration with the browser's developer tools profiler.
92+
In the project file (`.csproj`), use the `<WasmProfilers>` property set to `browser` to enable integration with the Mono profiler. Currently, only "`browser`" is supported. The `browser` profiler enables integration with the browser's developer tools profiler.
9593

9694
```xml
9795
<PropertyGroup>

0 commit comments

Comments
 (0)