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:
authorRahul Bhandari <rbhanda@microsoft.com>2022-07-11 23:43:08 +0300
committerGitHub <noreply@github.com>2022-07-11 23:43:08 +0300
commit65d3fc6f575a8a5b7207bb9f14a13cb8151298a3 (patch)
treedf6f6e0fdeacca91debf0cf805b31aea150aaafe
parent4036c6d679a1a157f23a7ec91cbe14dc1f431cc8 (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 36b9a794..1d8f51e3 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -61,7 +61,7 @@ Workaround: Setting DOTNET_ROOT to point to the path to the local dotnet fixes t
### Blazor issues depending on whether you’re using .NET 6 installed by VS or stand-alone install of .NET 7
-If your app is targetting Blazor using the .net 7 included in VS, you can target net6.0 but not target net7.0.
+If your app is targetting Blazor using the .net 7 included in VS, you can target net6.0 but not target net7.0 and you will see an error message 'The "ProcessFrameworkReferences" task faield unexpectedly.'
Workaround: