Skip to content

Commit 8ccb692

Browse files
committed
Merge branch 'net6.0' of https://github.com/dodyg/practical-aspnetcore into net6.0
2 parents abc71dc + 4984e42 commit 8ccb692

File tree

1 file changed

+2
-2
lines changed
  • projects/.net8/RazorComponentThirteen

1 file changed

+2
-2
lines changed

projects/.net8/RazorComponentThirteen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
app.MapRazorComponents<RazorComponentThirteen.App>()
77
.AddInteractiveWebAssemblyRenderMode()
88
.AddAdditionalAssemblies(typeof(Wasm.Pages.Index).Assembly);
9-
`
9+
```
1010

11-
The Web Assembly components **need to be hosted in a separate project**.
11+
The Web Assembly components **need to be hosted in a separate project**.

0 commit comments

Comments
 (0)