From ad701b9896e3710b55490cfde4b25c8b13845885 Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:42:43 +0100 Subject: [PATCH 1/3] Updating Service Fabric to 11.6.239 Updated ServiceFabric package versions and other dependencies. --- Directory.Packages.props | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 75b9e846..65392e55 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -56,13 +56,13 @@ - - - + + + - - - + + + From 8bea102ac47cedb230e9bbd3d7c3146044306012 Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:44:12 +0100 Subject: [PATCH 2/3] Update default SdkVersion to 11.6.239.1 --- .github/pipelines/sf-initialize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pipelines/sf-initialize.yml b/.github/pipelines/sf-initialize.yml index ec613bd0..c6a4c1ae 100644 --- a/.github/pipelines/sf-initialize.yml +++ b/.github/pipelines/sf-initialize.yml @@ -3,7 +3,7 @@ parameters: - name: SdkVersion type: string - default: "11.4.268.1" + default: "11.6.239.1" steps: - task: PowerShell@2 displayName: Install SF ${{parameters.SdkVersion}} From 9cb8e732e5f931fc93992d076bffdbb5661b1138 Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:45:06 +0100 Subject: [PATCH 3/3] Update Service Fabric version in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baff50eb..44516957 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: run: | Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -OutFile setup.exe -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.11.4.268.1.exe + Invoke-WebRequest -OutFile setup.exe -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.11.6.239.1.exe .\setup.exe /accepteula /force /quiet /SkipPSExecutionPolicy - name: Restore NuGet packages run: dotnet restore --configfile NuGet-GitHub.Config