From 3589cf21209e4e402e4fccb682b8688beda67321 Mon Sep 17 00:00:00 2001 From: qdraw Date: Wed, 21 Aug 2024 05:47:26 +0000 Subject: [PATCH] Auto .NET SDK version Upgrade to 8.0.401 --- .github/workflows/desktop-release-on-tag-net-electron.yml | 2 +- .github/workflows/webapp-build-net-macos.yml | 2 +- .github/workflows/webapp-build-net-ubuntu.yml | 2 +- .github/workflows/webapp-build-net-windows.yml | 2 +- .github/workflows/webapp-codecov-clientapp-netcore.yml | 2 +- .github/workflows/webapp-sonarqube-clientapp-netcore.yml | 2 +- .github/workflows/webapp-update-swagger-dotnet.yml | 2 +- pipelines/azure/steps/use_dotnet_version.yml | 4 ++-- starsky/global.json | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/desktop-release-on-tag-net-electron.yml b/.github/workflows/desktop-release-on-tag-net-electron.yml index 7a31bd9a26..dc22ca6f7a 100644 --- a/.github/workflows/desktop-release-on-tag-net-electron.yml +++ b/.github/workflows/desktop-release-on-tag-net-electron.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: Build --no-unit-test linux-arm,linux-arm64,win-x64,osx-x64,linux-x64,osx-arm64 --ready-to-run shell: bash diff --git a/.github/workflows/webapp-build-net-macos.yml b/.github/workflows/webapp-build-net-macos.yml index 3863b5a115..2431db9511 100644 --- a/.github/workflows/webapp-build-net-macos.yml +++ b/.github/workflows/webapp-build-net-macos.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: "BuildNetCore (MacOS)" shell: bash diff --git a/.github/workflows/webapp-build-net-ubuntu.yml b/.github/workflows/webapp-build-net-ubuntu.yml index 986ed3ebff..7258303811 100644 --- a/.github/workflows/webapp-build-net-ubuntu.yml +++ b/.github/workflows/webapp-build-net-ubuntu.yml @@ -38,7 +38,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: Cache nuget packages (*nix) uses: actions/cache@v4 diff --git a/.github/workflows/webapp-build-net-windows.yml b/.github/workflows/webapp-build-net-windows.yml index e554a217d3..3199ba561f 100644 --- a/.github/workflows/webapp-build-net-windows.yml +++ b/.github/workflows/webapp-build-net-windows.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: Build (Windows) shell: pwsh diff --git a/.github/workflows/webapp-codecov-clientapp-netcore.yml b/.github/workflows/webapp-codecov-clientapp-netcore.yml index 38ceaaa58d..42f820bf2d 100644 --- a/.github/workflows/webapp-codecov-clientapp-netcore.yml +++ b/.github/workflows/webapp-codecov-clientapp-netcore.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: Cache node modules clientapp (*nix) uses: actions/cache@v4 diff --git a/.github/workflows/webapp-sonarqube-clientapp-netcore.yml b/.github/workflows/webapp-sonarqube-clientapp-netcore.yml index 983fe85178..627b06c688 100644 --- a/.github/workflows/webapp-sonarqube-clientapp-netcore.yml +++ b/.github/workflows/webapp-sonarqube-clientapp-netcore.yml @@ -45,7 +45,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: Use Java 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/webapp-update-swagger-dotnet.yml b/.github/workflows/webapp-update-swagger-dotnet.yml index 1a57a5297b..476f0e24cc 100644 --- a/.github/workflows/webapp-update-swagger-dotnet.yml +++ b/.github/workflows/webapp-update-swagger-dotnet.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.400 + dotnet-version: 8.0.401 - name: Cache nuget packages (*nix) uses: actions/cache@v4 diff --git a/pipelines/azure/steps/use_dotnet_version.yml b/pipelines/azure/steps/use_dotnet_version.yml index a98ce140ec..b5f83ac1c4 100644 --- a/pipelines/azure/steps/use_dotnet_version.yml +++ b/pipelines/azure/steps/use_dotnet_version.yml @@ -1,8 +1,8 @@ steps: - task: UseDotNet@2 - displayName: 'Use .NET SDK 8.0.400' + displayName: 'Use .NET SDK 8.0.401' enabled: true inputs: packageType: sdk - version: 8.0.400 + version: 8.0.401 installationPath: $(Agent.ToolsDirectory)/dotnet diff --git a/starsky/global.json b/starsky/global.json index aeb6362fd6..4dca99cf50 100644 --- a/starsky/global.json +++ b/starsky/global.json @@ -1,7 +1,7 @@ { "strictVersion": true, "sdk": { - "version": "8.0.400", + "version": "8.0.401", "rollForward": "disable", "allowPrerelease": false }