From 8334a66d45a0b8bf422e69ba242837a9cf2f32a6 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 15 Jun 2026 00:14:56 -0300 Subject: [PATCH] Fix RID tool packages by bundling stopr only in stop.any. Native AOT RID packages were picking up stopr at tools/net10.0/any/, which made dnx look for DotnetToolSettings.xml in the wrong place and fail on 2.1.0-beta installs. Co-authored-by: Cursor --- src/stop/stop.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stop/stop.csproj b/src/stop/stop.csproj index 944d341..c7e6691 100644 --- a/src/stop/stop.csproj +++ b/src/stop/stop.csproj @@ -61,7 +61,7 @@ SkipUnchangedFiles="true" Condition="@(_StoprBuildOutput->Count()) != 0" /> - +