From f45e43c043daac79bb9b522b8027db72a57bc1b7 Mon Sep 17 00:00:00 2001 From: David Justo Date: Tue, 2 Jan 2024 13:12:23 -0800 Subject: [PATCH] Patch advisories (#1023) --- samples/DurableTask.Samples/DurableTask.Samples.csproj | 1 - .../DurableTask.AzureStorage.csproj | 1 - src/DurableTask.Core/DurableTask.Core.csproj | 3 ++- src/DurableTask.Emulator/DurableTask.Emulator.csproj | 8 -------- .../DurableTask.AzureStorage.Tests.csproj | 2 -- test/DurableTask.Core.Tests/DurableTask.Core.Tests.csproj | 2 -- .../DurableTask.SqlServer.Tests.csproj | 2 +- .../DurableTask.Test.Orchestrations.csproj | 8 -------- 8 files changed, 3 insertions(+), 24 deletions(-) diff --git a/samples/DurableTask.Samples/DurableTask.Samples.csproj b/samples/DurableTask.Samples/DurableTask.Samples.csproj index 36e285423..25a8f4980 100644 --- a/samples/DurableTask.Samples/DurableTask.Samples.csproj +++ b/samples/DurableTask.Samples/DurableTask.Samples.csproj @@ -11,7 +11,6 @@ - diff --git a/src/DurableTask.AzureStorage/DurableTask.AzureStorage.csproj b/src/DurableTask.AzureStorage/DurableTask.AzureStorage.csproj index f2921cd2e..e0bb41766 100644 --- a/src/DurableTask.AzureStorage/DurableTask.AzureStorage.csproj +++ b/src/DurableTask.AzureStorage/DurableTask.AzureStorage.csproj @@ -35,7 +35,6 @@ - diff --git a/src/DurableTask.Core/DurableTask.Core.csproj b/src/DurableTask.Core/DurableTask.Core.csproj index 8b0399e7e..b453bfefc 100644 --- a/src/DurableTask.Core/DurableTask.Core.csproj +++ b/src/DurableTask.Core/DurableTask.Core.csproj @@ -32,7 +32,8 @@ - + + diff --git a/src/DurableTask.Emulator/DurableTask.Emulator.csproj b/src/DurableTask.Emulator/DurableTask.Emulator.csproj index e165bbe31..b89e40bcc 100644 --- a/src/DurableTask.Emulator/DurableTask.Emulator.csproj +++ b/src/DurableTask.Emulator/DurableTask.Emulator.csproj @@ -8,14 +8,6 @@ NU5125;NU5048 - - - - - - - - diff --git a/test/DurableTask.AzureStorage.Tests/DurableTask.AzureStorage.Tests.csproj b/test/DurableTask.AzureStorage.Tests/DurableTask.AzureStorage.Tests.csproj index 04f54cf2b..09d3d341b 100644 --- a/test/DurableTask.AzureStorage.Tests/DurableTask.AzureStorage.Tests.csproj +++ b/test/DurableTask.AzureStorage.Tests/DurableTask.AzureStorage.Tests.csproj @@ -9,14 +9,12 @@ - - diff --git a/test/DurableTask.Core.Tests/DurableTask.Core.Tests.csproj b/test/DurableTask.Core.Tests/DurableTask.Core.Tests.csproj index 3800b3898..a6154f583 100644 --- a/test/DurableTask.Core.Tests/DurableTask.Core.Tests.csproj +++ b/test/DurableTask.Core.Tests/DurableTask.Core.Tests.csproj @@ -10,7 +10,6 @@ - @@ -18,7 +17,6 @@ - diff --git a/test/DurableTask.SqlServer.Tests/DurableTask.SqlServer.Tests.csproj b/test/DurableTask.SqlServer.Tests/DurableTask.SqlServer.Tests.csproj index b601fc142..cf578db09 100644 --- a/test/DurableTask.SqlServer.Tests/DurableTask.SqlServer.Tests.csproj +++ b/test/DurableTask.SqlServer.Tests/DurableTask.SqlServer.Tests.csproj @@ -23,7 +23,7 @@ - + diff --git a/test/DurableTask.Test.Orchestrations/DurableTask.Test.Orchestrations.csproj b/test/DurableTask.Test.Orchestrations/DurableTask.Test.Orchestrations.csproj index e2e94505d..c390fe115 100644 --- a/test/DurableTask.Test.Orchestrations/DurableTask.Test.Orchestrations.csproj +++ b/test/DurableTask.Test.Orchestrations/DurableTask.Test.Orchestrations.csproj @@ -4,14 +4,6 @@ netstandard2.0;net462 - - - - - - - -