We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03c8d5 commit 2278aa8Copy full SHA for 2278aa8
1 file changed
ForceOps/ForceOps.csproj
@@ -13,13 +13,7 @@
13
<PackAsTool>true</PackAsTool>
14
<ToolCommandName>forceops</ToolCommandName>
15
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
- -->
+ <!-- RID-specific tool packaging, see https://learn.microsoft.com/en-us/dotnet/core/tools/rid-specific-tools -->
23
<PublishAot>true</PublishAot>
24
<ToolPackageRuntimeIdentifiers>win-x64;any</ToolPackageRuntimeIdentifiers>
25
</PropertyGroup>
0 commit comments