From a906957454e97f2d3219dc80bc08c6f979ffc9e0 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 22 Nov 2023 15:04:01 -0500 Subject: [PATCH] prevent localized Microsoft.CodeAnalysis.*.resources.dll files from being included in release --- Oqtane.Server/Oqtane.Server.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index b1ddd42d..4252e5f5 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -18,6 +18,7 @@ true $(DefineConstants);OQTANE;OQTANE3 true + none