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-17 00:55:44 +0300
committerGitHub <noreply@github.com>2022-08-17 00:55:44 +0300
commitb78e5d7bb1a084bf6e2ce5fe798bf954e8b2d5fb (patch)
tree954ec0d384d9228e8e20f5de6c53f70fd60a2da7
parent3c85c684bcec318b2f13a415a984f8e7ce380d48 (diff)
parent66713f1b88fabb20828a685c85cf4dfd1ff8029e (diff)
Merge pull request #7655 from dotnet/marcpopMSFT-updateblazorki
Update blazor known issue as it'll still be present in 17.4 preview 1
-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