Skip to content

Commit 2278aa8

Browse files
domsleeeclaude
andcommitted
Trim RID packaging comment to a doc link
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f03c8d5 commit 2278aa8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

ForceOps/ForceOps.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
<PackAsTool>true</PackAsTool>
1414
<ToolCommandName>forceops</ToolCommandName>
1515

16-
<!--
17-
RID-specific tool packaging (requires .NET SDK 10+):
18-
- `dotnet pack` produces the top-level pointer package.
19-
- `dotnet pack -r win-x64` produces the self-contained Native AOT package.
20-
- `dotnet pack -r any -p:PublishAot=false` produces the framework-dependent fallback.
21-
RID packages must be pushed to NuGet before the pointer package.
22-
-->
16+
<!-- RID-specific tool packaging, see https://learn.microsoft.com/en-us/dotnet/core/tools/rid-specific-tools -->
2317
<PublishAot>true</PublishAot>
2418
<ToolPackageRuntimeIdentifiers>win-x64;any</ToolPackageRuntimeIdentifiers>
2519
</PropertyGroup>

0 commit comments

Comments
 (0)