From a013910b0200626863ad7f78ca55a46c334dd04e Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 4 Jan 2024 11:02:09 +0100 Subject: [PATCH 1/2] Remove unnecessary DotNetBuildOffline switches DotNetBuildOffline is set in two test projects in the fsharp repo. Test projects are already filtered out when building from source, so those switches are unnecessary. We plan to overhaul the source build control switches and remove this one completely. FSharp was the only repo that was still using it. --- .../StaticLinkedFSharpCore_Trimming_Test.fsproj | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/AheadOfTime/Trimming/StaticLinkedFSharpCore_Trimming_Test/StaticLinkedFSharpCore_Trimming_Test.fsproj b/tests/AheadOfTime/Trimming/StaticLinkedFSharpCore_Trimming_Test/StaticLinkedFSharpCore_Trimming_Test.fsproj index d36faf2c0df..7fd0dc7091c 100644 --- a/tests/AheadOfTime/Trimming/StaticLinkedFSharpCore_Trimming_Test/StaticLinkedFSharpCore_Trimming_Test.fsproj +++ b/tests/AheadOfTime/Trimming/StaticLinkedFSharpCore_Trimming_Test/StaticLinkedFSharpCore_Trimming_Test.fsproj @@ -5,7 +5,6 @@ net8.0 preview true - true false --standalone From 97923c9a3207784feb7c24b7c2c75a80c080a315 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 4 Jan 2024 11:02:42 +0100 Subject: [PATCH 2/2] Update SelfContained_Trimming_Test.fsproj --- .../SelfContained_Trimming_Test.fsproj | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/AheadOfTime/Trimming/SelfContained_Trimming_Test/SelfContained_Trimming_Test.fsproj b/tests/AheadOfTime/Trimming/SelfContained_Trimming_Test/SelfContained_Trimming_Test.fsproj index cb02b7e0fd6..90842baa584 100644 --- a/tests/AheadOfTime/Trimming/SelfContained_Trimming_Test/SelfContained_Trimming_Test.fsproj +++ b/tests/AheadOfTime/Trimming/SelfContained_Trimming_Test/SelfContained_Trimming_Test.fsproj @@ -5,7 +5,6 @@ net8.0 preview true - true