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-07-30 01:34:53 +0300
committerGitHub <noreply@github.com>2022-07-30 01:34:53 +0300
commit3340429a602606d96b2a162e7db9c3f4e5c7a299 (patch)
treea07d39bc1faf6b13c381bba3e3d6c237903ca791
parent3b691ae43b40566255df8b01adbd0d59301f0044 (diff)
Update known-issues.mdmarcpopMSFT-rollbackfile
-rw-r--r--release-notes/6.0/known-issues.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/release-notes/6.0/known-issues.md b/release-notes/6.0/known-issues.md
index 6c92f56a..a637948f 100644
--- a/release-notes/6.0/known-issues.md
+++ b/release-notes/6.0/known-issues.md
@@ -40,6 +40,20 @@ Commands like `dotnet workload install` and `dotnet workload update` will not co
**Workarounds**
1. Run `dotnet workload update` again and again until all workloads are updated.
2. Run `dotnet workload update --from-rollback-file` specifying the exact workload versions you want to install.
+
+Example rollback file for 6.0.400
+```
+{
+ "microsoft.net.sdk.android": "32.0.448/6.0.400",
+ "microsoft.net.sdk.ios": "15.4.446-ci.-release-6-0-4xx.446/6.0.400",
+ "microsoft.net.sdk.maccatalyst": "15.4.446-ci.-release-6-0-4xx.446/6.0.400",
+ "microsoft.net.sdk.macos": "12.3.446-ci.-release-6-0-4xx.446/6.0.400",
+ "microsoft.net.sdk.maui": "6.0.486/6.0.400",
+ "microsoft.net.sdk.tvos": "15.4.446-ci.-release-6-0-4xx.446/6.0.400",
+ "microsoft.net.workload.mono.toolchain": "6.0.8/6.0.300",
+ "microsoft.net.workload.emscripten": "6.0.4/6.0.300"
+}
+```
## ASP.NET Core