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-10 23:01:40 +0300
committerGitHub <noreply@github.com>2022-08-10 23:01:40 +0300
commiteab54844b2b4a7b8997f644c87866bcb80a1ef4e (patch)
tree3544e3458e1b0b74fec1c05f9ce587702b9d4683
parent1b8637689ae138cb69e9547bb4a2667bbc8c440f (diff)
Address review feedback
-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 282e2686..4356787e 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -4,7 +4,7 @@ You may encounter the following known issues, which may include workarounds, mit
## .NET Runtime
-### Unable to install wasm-tools workload on Linux/x64
+### 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 .