Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThays Grazia <thaystg@gmail.com>2022-07-07 19:23:36 +0300
committerGitHub <noreply@github.com>2022-07-07 19:23:36 +0300
commitd1e0cee13c33ab2f370c49e3b3376bb86ef08cde (patch)
tree999259ead2bcbb958c57ca7790b8c1ccfdd814b9
parentf22fcace319165f9ad78e747f4c74a1f99a44361 (diff)
Update release-notes/7.0/known-issues.md
Co-authored-by: Ankit Jain <radical@gmail.com>
-rw-r--r--release-notes/7.0/known-issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 540288a7..23343150 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -21,7 +21,7 @@ Copy the following into the server net7.0 blazor wasm csproj:
</Target>
```
-Workaround for a non-hosted app:
+#### Workaround for a non-hosted app:
Copy the following into any net7.0 blazor wasm csproj:
```xml