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 20:55:58 +0300
committerGitHub <noreply@github.com>2022-07-07 20:55:58 +0300
commit0a4f0514aa2e1607c9d48d2f281b155d0fa0c2da (patch)
treecae925e6222068bb52263d59789664719a6e76f1
parentb1210dd7b273392dd9f7b9e7f1fd681d98de1d25 (diff)
Update known-issues.md
-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 9cf58094..03ec516a 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -22,7 +22,7 @@ Copy the following into the server net7.0 blazor wasm csproj:
</Target>
```
-#### Workaround for a non-hosted app:
+#### Workaround for a standalone app:
Copy the following into any net7.0 blazor wasm csproj:
```xml