From a6fcef33131084b2a116d205f38b3f85fc5f1bc9 Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Tue, 5 Mar 2024 17:03:11 -0800 Subject: [PATCH] EnableDefaultCompileItems --- src/FSharp.Build/Microsoft.FSharp.NetSdk.props | 1 - vsintegration/tests/UnitTests/VisualFSharp.UnitTests.fsproj | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharp.Build/Microsoft.FSharp.NetSdk.props b/src/FSharp.Build/Microsoft.FSharp.NetSdk.props index a3c9ee3e2d..8cc3ba76eb 100644 --- a/src/FSharp.Build/Microsoft.FSharp.NetSdk.props +++ b/src/FSharp.Build/Microsoft.FSharp.NetSdk.props @@ -31,7 +31,6 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and false - false diff --git a/vsintegration/tests/UnitTests/VisualFSharp.UnitTests.fsproj b/vsintegration/tests/UnitTests/VisualFSharp.UnitTests.fsproj index 5510d3dcb9..56f95a12ba 100644 --- a/vsintegration/tests/UnitTests/VisualFSharp.UnitTests.fsproj +++ b/vsintegration/tests/UnitTests/VisualFSharp.UnitTests.fsproj @@ -10,6 +10,7 @@ true true true + false false nunit true