From a7d9ebc7973ef01918abe20070ae78413f63bad9 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sat, 12 Oct 2024 18:42:16 +0200 Subject: [PATCH] Update System.Text.Json to version 8.0.5 for all projects Updated the System.Text.Json package to version 8.0.5 across multiple projects to address security vulnerabilities and ensure consistency. Additionally, modified the Directory.Packages.props to reflect the new version and added necessary overrides in various csproj files. --- Directory.Packages.props | 7 ++++--- .../ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj | 4 ++++ src/modules/Elsa.Agents.Core/Elsa.Agents.Core.csproj | 6 +++++- .../Elsa.ProtoActor.Core/Elsa.ProtoActor.Core.csproj | 4 ++++ src/modules/Elsa/Elsa.csproj | 5 +++++ 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 3f8980488..72babd8da 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -145,7 +145,7 @@ - + @@ -163,6 +163,7 @@ + @@ -175,9 +176,9 @@ - + - + \ No newline at end of file diff --git a/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj b/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj index 9e93808f4..077851b53 100644 --- a/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj +++ b/src/apps/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj @@ -14,4 +14,8 @@ + + + + diff --git a/src/modules/Elsa.Agents.Core/Elsa.Agents.Core.csproj b/src/modules/Elsa.Agents.Core/Elsa.Agents.Core.csproj index da202e15f..66581f0c1 100644 --- a/src/modules/Elsa.Agents.Core/Elsa.Agents.Core.csproj +++ b/src/modules/Elsa.Agents.Core/Elsa.Agents.Core.csproj @@ -17,5 +17,9 @@ - + + + + + diff --git a/src/modules/Elsa.ProtoActor.Core/Elsa.ProtoActor.Core.csproj b/src/modules/Elsa.ProtoActor.Core/Elsa.ProtoActor.Core.csproj index 33647fda6..64642ddbe 100644 --- a/src/modules/Elsa.ProtoActor.Core/Elsa.ProtoActor.Core.csproj +++ b/src/modules/Elsa.ProtoActor.Core/Elsa.ProtoActor.Core.csproj @@ -25,5 +25,9 @@ + + + + diff --git a/src/modules/Elsa/Elsa.csproj b/src/modules/Elsa/Elsa.csproj index 08ccd9fb7..e01e40b2d 100644 --- a/src/modules/Elsa/Elsa.csproj +++ b/src/modules/Elsa/Elsa.csproj @@ -21,4 +21,9 @@ + + + + +