From 6ef8013a4385c524c51adc17130adec87a8cdcdf Mon Sep 17 00:00:00 2001 From: Jeff Lill Date: Fri, 8 Dec 2023 20:11:07 -0800 Subject: [PATCH] [build]: fixed last .NET 8.0 issue? --- Directory.Build.props | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 37c276f5b..9c27d2f6b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -73,24 +73,22 @@ + WARNING: Do not reference this when targeting .NET 8.0+ unless you + want to debug strange "GenerateDepsFile" build problems. - - - + We'll need to add another ItemGroup/condition when we + upgrade to .NET 9.0 and beyond in the future. + --> - + - - - + + +