Skip to content

Commit 882f404

Browse files
committed
tweak
1 parent 66b3da0 commit 882f404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/compatibility/sdk/9.0/default-rid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Default RID used when targeting .NET Framework"
3-
description: "Learn about the breaking change in the .NET 9 SDK where the default RID is used for apps that target .NET Framework."
3+
description: "Learn about the breaking change in the .NET 9 SDK where a new default RID is used for apps that target .NET Framework."
44
ms.date: 12/5/2024
55
ai-usage: ai-assisted
66
ms.custom: https://github.com/dotnet/docs/issues/43692
@@ -43,7 +43,7 @@ For more information, see [dotnet/sdk issue #35575](https://github.com/dotnet/sd
4343
If you're affected by this change, choose one of the following actions:
4444

4545
- Update your runtime identifier to a value supported by the portable RID graph. Project file example:
46-
In the project file
46+
4747
```xml
4848
<PropertyGroup>
4949
<RuntimeIdentifier>win-x64</RuntimeIdentifier>

0 commit comments

Comments
 (0)