From 2cc36696a861a4dd83b1aba214332802f856a1cc Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:01:13 +0000 Subject: [PATCH 1/2] Update dependency NServiceBus to 10.2.7 --- src/Billing/Billing.csproj | 2 +- src/ClientUI/ClientUI.csproj | 2 +- src/Sales/Sales.csproj | 2 +- src/Shipping/Shipping.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Billing/Billing.csproj b/src/Billing/Billing.csproj index f6508ca..2ab7e92 100644 --- a/src/Billing/Billing.csproj +++ b/src/Billing/Billing.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/ClientUI/ClientUI.csproj b/src/ClientUI/ClientUI.csproj index 9efc6ca..93151dc 100644 --- a/src/ClientUI/ClientUI.csproj +++ b/src/ClientUI/ClientUI.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/Sales/Sales.csproj b/src/Sales/Sales.csproj index 0f3bca0..1d45843 100644 --- a/src/Sales/Sales.csproj +++ b/src/Sales/Sales.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/Shipping/Shipping.csproj b/src/Shipping/Shipping.csproj index 8a7dbb6..a2c8a59 100644 --- a/src/Shipping/Shipping.csproj +++ b/src/Shipping/Shipping.csproj @@ -15,7 +15,7 @@ - + From 7167f56b29e428065e33b15e303d8469a889fb9d Mon Sep 17 00:00:00 2001 From: David Boike Date: Fri, 26 Jun 2026 11:47:50 -0500 Subject: [PATCH 2/2] Update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 506dcae..7ca72cb 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.0", + "version": "10.0.100", "allowPrerelease": false, "rollForward": "latestFeature" } -} \ No newline at end of file +}