From 13b808e9754848f35c455afe0886f1dbc36e54f2 Mon Sep 17 00:00:00 2001 From: Benjamin Abt Date: Sat, 26 Apr 2025 10:39:43 +0200 Subject: [PATCH] Enhance package configuration in build files Updated `Directory.Build.props` and `Directory.Packages.props` to add `PrivateAssets` and `IncludeAssets` properties for `Microsoft.CodeAnalysis` packages. This improves asset visibility and management of package dependencies during the build process. --- Directory.Build.props | 15 ++++++++++++--- Directory.Packages.props | 15 ++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0dd3328..749af9f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -101,9 +101,18 @@ all runtime; build; native; contentfiles; analyzers - - - + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + all runtime; build; native; contentfiles; analyzers diff --git a/Directory.Packages.props b/Directory.Packages.props index 4d9ff86..f7ce539 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -56,9 +56,18 @@ all runtime; build; native; contentfiles; analyzers - - - + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + all runtime; build; native; contentfiles; analyzers