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:
authorAnkit Jain <radical@gmail.com>2022-08-16 00:42:33 +0300
committerGitHub <noreply@github.com>2022-08-16 00:42:33 +0300
commit0f340ededb3ffd9481005838e3fa28e09ae74e9d (patch)
tree62d182f9ebba661ec06094220374a2ade9511eef
parentc4b9ec28e14b8681f44764dd32271cb85c41fc85 (diff)
Remove the nuget issue with wasm-tools that is fixed now
-rw-r--r--release-notes/7.0/known-issues.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 4356787e..fece7f98 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -4,10 +4,6 @@ You may encounter the following known issues, which may include workarounds, mit
## .NET Runtime
-### Unable to install wasm-tools workload on .NET 7 Preview 7 for Linux/x64
-
-Installing `wasm-tools` workload with `dotnet install workload wasm-tools` fails because nuget cannot find `Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64` version `7.0.0-preview.7.22361.2`. This will be fixed shortly. Tracking issue - https://github.com/dotnet/runtime/issues/73694 .
-
### Unable to debug a Blazor WebAssembly App
It isn't possible to debug a Blazor WebAssembly app using .NET 7 Preview 5 https://github.com/dotnet/runtime/pull/70383