Skip to content

Commit 1b4ce51

Browse files
authored
Update docs/core/compatibility/sdk/10.0/dotnet-tool-pack-publish.md
1 parent c2e534d commit 1b4ce51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/sdk/10.0/dotnet-tool-pack-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This change enables the creation of optimized, platform-specific .NET Tool packa
3939

4040
If you want to create tools for only a subset of platforms, use `ToolPackageRuntimeIdentifiers`. If you want to disable RID-specific tool packages entirely, you should conditionally include or exclude the `RuntimeIdentifiers` property in your project file.
4141

42-
Alternatively, if you're using the .NET 10.0.100 GA SDK or later and you want to maintain the old behavior (framework-dependent, platform-agnostic .NET Tools) even when a `RuntimeIdentifier` is specified, add the following properties to your project file:
42+
Alternatively, if you want to maintain the previous behavior (framework-dependent, platform-agnostic .NET Tools) even when a `RuntimeIdentifier` is specified, add the following properties to your project file:
4343

4444
```xml
4545
<PropertyGroup>

0 commit comments

Comments
 (0)