From 2b1a5b1c98543004bd6273f41cf9b551dfac26cb Mon Sep 17 00:00:00 2001 From: Omex GitHub Bot <48763507+omex-github-bot-internal@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:43:57 +0000 Subject: [PATCH] Automatic NuGet package update 26842064 AB#8642894 (#663) * Automatic NuGet package update 26842064 * Update build.yml * Updating Service Fabric to 10.1 https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU2.md * Update global.json * Update Directory.Packages.props --------- Co-authored-by: Create Pull Request Task Co-authored-by: Neil <49037171+neilr81@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- Directory.Packages.props | 12 ++++++------ global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5883eb97..f4de68a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,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.10.0.1816.9590.exe + Invoke-WebRequest -OutFile setup.exe -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.10.0.1949.9590.exe .\setup.exe /accepteula /force /quiet - name: Build with dotnet run: dotnet build --configuration ${{ matrix.configuration }} diff --git a/Directory.Packages.props b/Directory.Packages.props index 97047701..2f173fb1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,35 +9,35 @@ - + - + - + - + - + - + diff --git a/global.json b/global.json index 520716fb..e75d925f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMajor" } }