From 699d83676493983fcc85b2a6376940de906a3702 Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:50:57 +0100 Subject: [PATCH 1/3] Update Service Fabric to 10.1.2175 Release notes here: https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU3.md Includes full .NET 8 support --- Directory.Packages.props | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a0ecf009..f4d3ab5e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -58,13 +58,13 @@ - - - + + + - - - + + + From 5513c9786a054f239ca0889fee015c3056e3ea47 Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:53:01 +0100 Subject: [PATCH 2/3] Update sf-initialize.yml --- .github/pipelines/sf-initialize.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pipelines/sf-initialize.yml b/.github/pipelines/sf-initialize.yml index cfc167b8..ecb289eb 100644 --- a/.github/pipelines/sf-initialize.yml +++ b/.github/pipelines/sf-initialize.yml @@ -3,7 +3,7 @@ parameters: - name: SdkVersion type: string - default: "10.0.1816.9590" + default: "10.0.2175.9590" steps: - task: PowerShell@2 displayName: Install SF ${{parameters.SdkVersion}} @@ -13,4 +13,4 @@ steps: 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.${{parameters.SdkVersion}}.exe - .\setup.exe /accepteula /force /quiet \ No newline at end of file + .\setup.exe /accepteula /force /quiet From 90b3e69b2bb75626c3af1eb9bc9a96c0d210eedf Mon Sep 17 00:00:00 2001 From: Neil <49037171+neilr81@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:53:09 +0100 Subject: [PATCH 3/3] Update sf-initialize.yml --- .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 ecb289eb..f1fa39ef 100644 --- a/.github/pipelines/sf-initialize.yml +++ b/.github/pipelines/sf-initialize.yml @@ -3,7 +3,7 @@ parameters: - name: SdkVersion type: string - default: "10.0.2175.9590" + default: "10.1.2175.9590" steps: - task: PowerShell@2 displayName: Install SF ${{parameters.SdkVersion}}