From 2b6659239d86c3787f0af3514310f006fa5cf9b2 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Tue, 11 Nov 2025 02:27:42 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A5=20Removes=20deprecated=20OpenA?= =?UTF-8?q?PI=20Analyzers=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 948f0a7..6dd894c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -97,7 +97,6 @@ - true $(MSBuildProjectDirectory)/OpenApi From 4efb21ca1c76b84190eeb5768408adf1178e51c3 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Tue, 11 Nov 2025 02:28:19 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20Enables=20SBOM=20generation?= =?UTF-8?q?=20only=20for=20packable=20projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6dd894c..c2c3978 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -49,7 +49,6 @@ false False $(DefaultItemExcludes);*.log;*.binlog - true @@ -131,6 +130,7 @@ true + true