Tags: devlooped/dotnet-stop
Tags
Add support for more RIDs and simplify packaging logic Expanded publish matrix and .csproj to support win-arm64, linux-arm64, osx-x64, and windows-11-arm. Removed HybridToolPackage logic and ToolPackageRuntimeIdentifiers. Updated NuGet/Sleet steps to match new RIDs. Added special handling for RID=any in .csproj.
Bump Spectre.Console from 0.54.0 to 0.55.2 --- updated-dependencies: - dependency-name: Spectre.Console dependency-version: 0.55.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectre ... Signed-off-by: dependabot[bot] <support@github.com>
Add hybrid AOT tool publishing Configure the tool for publish-only hybrid Native AOT/CoreCLR packaging, with net10.0 as the only target framework and an any-RID CoreCLR fallback. Update the release workflow to collect RID-specific Native AOT packages from OS-specific jobs, then publish runtime/fallback packages before the top-level pointer package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>