diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0de3476..f90d3e8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,13 +29,13 @@ jobs: SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }} run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v4.3.0 + uses: actions/setup-dotnet@v5.0.1 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Setup Azure Functions Core Tools - Windows if: runner.os == 'Windows' run: | @@ -54,13 +54,13 @@ jobs: run: dotnet build src --configuration Release - name: Upload packages if: runner.os == 'Windows' - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v6.0.0 with: name: NuGet packages path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v2.2.0 + uses: azure/login@v2.3.0 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1688cba..9ea420be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v4.3.0 + uses: actions/setup-dotnet@v5.0.1 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Build run: dotnet build src --configuration Release - name: Sign NuGet packages @@ -31,7 +31,7 @@ jobs: client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }} certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }} - name: Publish artifacts - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v6.0.0 with: name: nugets path: nugets/* diff --git a/global.json b/global.json index 2134ed94..f72210ca 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.400", + "version": "10.0.100", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj b/src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj index 134bbfed..31cd1d01 100644 --- a/src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj +++ b/src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 v4 true $(BaseIntermediateOutputPath)\GeneratedFiles diff --git a/src/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests.csproj b/src/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests.csproj index c7a80098..e9d38888 100644 --- a/src/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests.csproj +++ b/src/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests/NServiceBus.AzureFunctions.InProcess.Analyzer.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 diff --git a/src/ServiceBus.AcceptanceTests/ServiceBus.AcceptanceTests.csproj b/src/ServiceBus.AcceptanceTests/ServiceBus.AcceptanceTests.csproj index afda94e9..757afe1a 100644 --- a/src/ServiceBus.AcceptanceTests/ServiceBus.AcceptanceTests.csproj +++ b/src/ServiceBus.AcceptanceTests/ServiceBus.AcceptanceTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 true ..\NServiceBusTests.snk diff --git a/src/ServiceBus.Tests/ServiceBus.Tests.csproj b/src/ServiceBus.Tests/ServiceBus.Tests.csproj index 53529e1f..f0314fce 100644 --- a/src/ServiceBus.Tests/ServiceBus.Tests.csproj +++ b/src/ServiceBus.Tests/ServiceBus.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 true ..\NServiceBusTests.snk