From c52ed21db78fff58e1fdde050bf7f26cd941aefb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 08:41:54 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v9.0.304 --- .github/workflows/build.yaml | 8 ++++---- global.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dabf5c010..83b49ebe0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: - dotnet-version: 9.0.200 + dotnet-version: 9.0.304 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: - dotnet-version: 9.0.200 + dotnet-version: 9.0.304 - name: Run tests run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/ - name: Upload coverage reports to Codecov @@ -54,7 +54,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: - dotnet-version: 9.0.200 + dotnet-version: 9.0.304 - name: Run tests run: dotnet test -c Debug publish-docs: @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: - dotnet-version: 9.0.200 + dotnet-version: 9.0.304 - name: Build run: dotnet build -c Release - name: Pack diff --git a/global.json b/global.json index 732010ace..33c17f6f9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.200", + "version": "9.0.304", "rollForward": "latestMajor", "allowPrerelease": true }