diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d83973db..789dd535 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 9.0.305 + dotnet-version: 9.0.308 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -34,7 +34,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 9.0.305 + dotnet-version: 9.0.308 - name: Run tests run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/ - name: Upload coverage reports to Codecov @@ -53,7 +53,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 9.0.305 + dotnet-version: 9.0.308 - name: Run tests run: dotnet test -c Debug publish-docs: @@ -139,7 +139,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 9.0.305 + dotnet-version: 9.0.308 - name: Build run: dotnet build -c Release - name: Pack diff --git a/global.json b/global.json index eab6583b..c687f7ad 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.305", + "version": "9.0.308", "rollForward": "latestMajor", "allowPrerelease": true }