From 1dbd5e9ab09e23ba4731e183e5592965c37bb4c2 Mon Sep 17 00:00:00 2001 From: 9swampy Date: Sat, 21 Jun 2025 22:36:14 +0100 Subject: [PATCH] Fix IsUnitTestProject (cannot be specified twice) and MSBuildProjectName.EndsWith (was invalid syntax so NCrunch was broken and VS was padlock unhappy if tolerant) --- src/Directory.Build.props | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index af1ddcba7f..34eb3c1f6a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -31,9 +31,8 @@ latest true - false false - true + true @@ -50,7 +49,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -76,7 +75,7 @@ - +