From fc280e4a65aab1fe5a43575cb18183b6f756511d Mon Sep 17 00:00:00 2001 From: Jon Sequeira Date: Wed, 6 Aug 2025 15:48:47 -0700 Subject: [PATCH] fix a couple of outdated build properties --- .../TestApps/NativeAOT/NativeAOT.csproj | 2 +- src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj b/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj index 3ef3b324d4..577322755c 100644 --- a/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj +++ b/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj @@ -11,7 +11,7 @@ - ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll + ..\..\..\System.CommandLine\bin\Release\$(NetMinimum)\System.CommandLine.dll diff --git a/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj b/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj index a3b4bc4a79..451d945a56 100644 --- a/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj +++ b/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj @@ -11,7 +11,7 @@ - ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll + ..\..\..\System.CommandLine\bin\Release\$(NetMinimum)\System.CommandLine.dll