From 28af699e5b5f0892737e4bda791e1dfc9afe35d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:50:41 +0000 Subject: [PATCH] Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.18.0 to 1.19.0 --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.DurableTask dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Vyral.Execution.AzureDurableFunctionsSmoke.csproj | 2 +- .../packages.lock.json | 6 +++--- src/Vyral.Abstractions/packages.lock.json | 5 ----- src/Vyral.Execution/packages.lock.json | 5 ----- src/Vyral.Primitives/packages.lock.json | 3 +-- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/samples/Vyral.Execution.AzureDurableFunctionsSmoke/Vyral.Execution.AzureDurableFunctionsSmoke.csproj b/samples/Vyral.Execution.AzureDurableFunctionsSmoke/Vyral.Execution.AzureDurableFunctionsSmoke.csproj index 9296768..ffb8e33 100644 --- a/samples/Vyral.Execution.AzureDurableFunctionsSmoke/Vyral.Execution.AzureDurableFunctionsSmoke.csproj +++ b/samples/Vyral.Execution.AzureDurableFunctionsSmoke/Vyral.Execution.AzureDurableFunctionsSmoke.csproj @@ -17,7 +17,7 @@ - + diff --git a/samples/Vyral.Execution.AzureDurableFunctionsSmoke/packages.lock.json b/samples/Vyral.Execution.AzureDurableFunctionsSmoke/packages.lock.json index 8c45933..aa98d1d 100644 --- a/samples/Vyral.Execution.AzureDurableFunctionsSmoke/packages.lock.json +++ b/samples/Vyral.Execution.AzureDurableFunctionsSmoke/packages.lock.json @@ -14,9 +14,9 @@ }, "Microsoft.Azure.Functions.Worker.Extensions.DurableTask": { "type": "Direct", - "requested": "[1.18.0, )", - "resolved": "1.18.0", - "contentHash": "Y8xSOFJ8m+PYAixnvJJuPj2O4d7SYc10Bkm4gh4cnt3QXCozKRVvbcpwVJKI8uG/qioVPY/Kel71aY/tqk/1cQ==", + "requested": "[1.19.0, )", + "resolved": "1.19.0", + "contentHash": "2j1MHOLOOI8g3MC79NV+stBmK6q+4XuAZ5ks3ZZYD9XB53Q3IiZQJLbmQMGQWXGQndR90ZSX/8NcJPedl7sqbA==", "dependencies": { "Grpc.Net.Client": "2.76.0", "Microsoft.Azure.Functions.Worker.Core": "2.51.0", diff --git a/src/Vyral.Abstractions/packages.lock.json b/src/Vyral.Abstractions/packages.lock.json index 39c7f61..ad2f839 100644 --- a/src/Vyral.Abstractions/packages.lock.json +++ b/src/Vyral.Abstractions/packages.lock.json @@ -5,11 +5,6 @@ "vyral.primitives": { "type": "Project" } - }, - "net8.0": { - "vyral.primitives": { - "type": "Project" - } } } } \ No newline at end of file diff --git a/src/Vyral.Execution/packages.lock.json b/src/Vyral.Execution/packages.lock.json index 39c7f61..ad2f839 100644 --- a/src/Vyral.Execution/packages.lock.json +++ b/src/Vyral.Execution/packages.lock.json @@ -5,11 +5,6 @@ "vyral.primitives": { "type": "Project" } - }, - "net8.0": { - "vyral.primitives": { - "type": "Project" - } } } } \ No newline at end of file diff --git a/src/Vyral.Primitives/packages.lock.json b/src/Vyral.Primitives/packages.lock.json index 2b911b5..4a91a8c 100644 --- a/src/Vyral.Primitives/packages.lock.json +++ b/src/Vyral.Primitives/packages.lock.json @@ -1,7 +1,6 @@ { "version": 1, "dependencies": { - "net10.0": {}, - "net8.0": {} + "net10.0": {} } } \ No newline at end of file