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:
authorNoah Gilson <noahgilson@microsoft.com>2022-11-12 00:30:34 +0300
committerGitHub <noreply@github.com>2022-11-12 00:30:34 +0300
commit80de77cb2f65e717a92b825242c00a8730b35bb2 (patch)
tree5407e789673cb09f1e526b68109727bc0f6bc4f9
parente50ca074c56b0618ca0ab20b40a7f26b158cb4ad (diff)
parent9a577ed7db4492c6892f6433ed275d5f93358822 (diff)
Merge pull request #7960 from dotnet/nagilson-preview-sdk-manifestsHEADmain
Correct the folder for sdk manifests
-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 c1ea8736..90380de9 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -104,7 +104,7 @@ If a preview .NET 7 SDK is installed, projects with workload dependencies such a
**Resolution**
-The best method to resolve the issue is to uninstall any .NET 7 preview SDKs. For detailed instructions, see [dotnet uninstall instructions](https://learn.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-windows). For example, on Windows, dotnet preview SDKs can be uninstalled with add/remove programs. Another option is to try deleting the folder `C:\Program Files\dotnet\sdk-manifests\microsoft.net.workload.mono.toolchain`, but this will only work for file-based installs. [Dotnet-core-uninstall](https://github.com/dotnet/cli-lab/releases) is another option for uninstalling the .NET 7 preview SDKs.
+The best method to resolve the issue is to uninstall any .NET 7 preview SDKs. For detailed instructions, see [dotnet uninstall instructions](https://learn.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-windows). For example, on Windows, dotnet preview SDKs can be uninstalled with add/remove programs. Another option is to try deleting the folder `C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.workload.mono.toolchain`, but this will only work for file-based installs. [Dotnet-core-uninstall](https://github.com/dotnet/cli-lab/releases) is another option for uninstalling the .NET 7 preview SDKs.
### [RC1] dotnet restore --interactive not working for authenticated feeds