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:42:28 +0300
committerGitHub <noreply@github.com>2022-07-11 23:42:28 +0300
commit4036c6d679a1a157f23a7ec91cbe14dc1f431cc8 (patch)
treefad372985005fbb47ac24fb783b8c9ec13c63b8a
parent94c044d511faba68ce6a88e420141c2b8364c0cd (diff)
Update release-notes/7.0/known-issues.md
Co-authored-by: Marc Paine <marcpop@microsoft.com>
-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 fe6848ac..36b9a794 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -57,7 +57,7 @@ More information and workaround can be found at https://github.com/dotnet/runtim
### [Testhost.exe does not find '7.0.0-preview.6.22324.4' runtime when running tests](https://github.com/dotnet/sdk/issues/26462)
A file-based install of the SDK, dotnet test on a .net 7 project will look in the global location rather than the local location and be unable to find .net 7.
-Workaround: Setting DOTNET_ROOT to point to 'C:\Users\adity\AppData\Local\Microsoft\dotnet' fixes the issue.
+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