Skip to content

Commit 125ce06

Browse files
authored
Typo fix in RC1 sdk.md (#9495)
* Typo fix in RC1 sdk.md * Remove broken link * Remove broken link
1 parent 6b1fa48 commit 125ce06

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

release-notes/9.0/preview/rc1/libraries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Libraries updates in .NET 9 Release Candidate 1:
1717

1818
* [Discussion](https://aka.ms/dotnet/9/rc1)
1919
* [Release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/README.md)
20-
* [Runtime release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/runtime.md)
2120
* [Libraries release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/libraries.md)
2221

2322
## WebSocket `Keep-Alive` Ping and Timeout

release-notes/9.0/preview/rc1/sdk.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Here's a summary of what's new in the .NET SDK in this release:
44

55
* [Workload History](#workload-history)
66

7-
SDK updates in .NET 7 Release Candidate 1:
7+
SDK updates in .NET 9 Release Candidate 1:
88

99
* [Release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/sdk.md)
1010
* [What's new in the .NET Runtime in .NET 9](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/overview) documentation
@@ -13,7 +13,6 @@ SDK updates in .NET 7 Release Candidate 1:
1313

1414
* [Discussion](https://aka.ms/dotnet/9/rc1)
1515
* [Release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/README.md)
16-
* [Runtime release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/runtime.md)
1716
* [Libraries release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/libraries.md)
1817

1918
## Feature
@@ -36,4 +35,4 @@ Id Date Command Workloads
3635
Running `dotnet workload history` will print out a table of the history of workload installations or modifications for the current .NET SDK installation. The table will show key information like the date of the installation or modification, the command that was run, the workloads that were installed or modified, and the relevant version(s) for the command.
3736
The most important piece of information is the _id_ - this can be used in the `dotnet workload update` command with the `--from-history` option (for example `dotnet workload update --from-history 3` to return to loose manifest mode) to tell the SDK to return to the state at that version. This can be useful if you want to revert to a previous state for any reason.
3837

39-
In this example, I had an SDK installation with the initial state of the android, ios, maccatalyst, and maui-windows workloads installed. I then ran `dotnet workload install aspire --version 9.0.100-rc.1.24453.3` to install the aspire workload and switch to workload sets mode, and the history command shows that the installation was successful. If I want to return to the previous state for any reason, I can use the _id_ from the history table to do so: `dotnet workload update --from-history 1`.
38+
In this example, I had an SDK installation with the initial state of the android, ios, maccatalyst, and maui-windows workloads installed. I then ran `dotnet workload install aspire --version 9.0.100-rc.1.24453.3` to install the aspire workload and switch to workload sets mode, and the history command shows that the installation was successful. If I want to return to the previous state for any reason, I can use the _id_ from the history table to do so: `dotnet workload update --from-history 1`.

0 commit comments

Comments
 (0)