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:
authorMarc Paine <marcpop@microsoft.com>2022-08-02 23:15:55 +0300
committerGitHub <noreply@github.com>2022-08-02 23:15:55 +0300
commit66713f1b88fabb20828a685c85cf4dfd1ff8029e (patch)
tree385ba71d0fb62fa8ffdf19b8099cddd531df528e
parent3b691ae43b40566255df8b01adbd0d59301f0044 (diff)
Update known-issues.mdmarcpopMSFT-updateblazorki
-rw-r--r--release-notes/7.0/known-issues.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index fece7f98..e6651d7b 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -59,13 +59,13 @@ A file-based install of the SDK, dotnet test on a .NET 7 project will look in th
Workaround: Setting DOTNET_ROOT to point to the path to the local dotnet fixes the issue.
-### Blazor issues depending on whether you’re using .NET 6 installed by VS or stand-alone install of .NET 7
+### Blazor issues in Visual Studio 17.4 preview 1 depending on whether you’re using .NET 7 preview installed by VS or stand-alone install of .NET 7 preview 7
If your app is targeting Blazor using the .NET 7 version included in VS, you can target net6.0 but not target net7.0 and you'll see an error message 'The "ProcessFrameworkReferences" task failed unexpectedly.'
Workaround:
-Install the standalone SDK for .NET 7.0 Preview 6.
+Install the standalone SDK for .NET 7.0 Preview 7.
### MaxInteger[T]\(System.Collections.Generic.IEnumerable`1[T]\)' violates the constraint of type parameter 'T' exception