Skip to content

Commit 95d63e2

Browse files
author
Cam Soper
authored
2nd person changes (#45318)
1 parent 84b4cb3 commit 95d63e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/core/compatibility/sdk/10.0/default-workload-config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Breaking change - Change default workload configuration from 'loose manifests' to 'workload sets' mode"
33
description: "Learn about the breaking change in .NET 10 Preview 2 where the default workload update mode changed."
4-
ms.date: 3/11/2025
4+
ms.date: 3/12/2025
55
ai-usage: ai-assisted
66
ms.custom: https://github.com/dotnet/docs/issues/45000
77
---
@@ -20,12 +20,12 @@ Previously, workloads operated in 'loose manifest' mode by default. Errant `dotn
2020

2121
## New behavior
2222

23-
Workloads will never float unless the user:
23+
Workloads will never float unless you:
2424

25-
* Updates their SDK
26-
* Performs an explicit update command
25+
* Update your SDK.
26+
* Perform an explicit update command.
2727

28-
When a user performs an update, all workloads will use known-matching versions from the workload set that is used.
28+
When you perform an update, all workloads will use known-matching versions from the workload set that is used.
2929

3030
## Type of breaking change
3131

@@ -37,7 +37,7 @@ Users requested more control and predictability in workload management. This new
3737

3838
## Recommended action
3939

40-
No corrective action is necessary. If users experience issues, they can revert to loose manifest mode by running the following command:
40+
No corrective action is necessary. If you experience issues, you can revert to loose manifest mode by running the following command:
4141

4242
```dotnetcli
4343
dotnet workload config --update-mode manifests

0 commit comments

Comments
 (0)