From 346c0fd1b72773f6b94f0df58c16d6891ad592fb Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 26 Nov 2024 12:01:43 +0100 Subject: [PATCH] Update resource embedding pattern in .csproj file Changed the EmbeddedResource update pattern from **\*.resx to *.resx. This modification ensures that only resx files in the immediate directory are included, optimizing the resource embedding process. --- .../Elsa.Studio.Translations/Elsa.Studio.Translations.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/Elsa.Studio.Translations/Elsa.Studio.Translations.csproj b/src/framework/Elsa.Studio.Translations/Elsa.Studio.Translations.csproj index c8971f89..4dc0d481 100644 --- a/src/framework/Elsa.Studio.Translations/Elsa.Studio.Translations.csproj +++ b/src/framework/Elsa.Studio.Translations/Elsa.Studio.Translations.csproj @@ -6,7 +6,7 @@ - + true true