diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ac002a33..ce0714e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - 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@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Run tests run: dotnet test -c Debug publish-docs: @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Build run: dotnet build -c Release - name: Pack diff --git a/global.json b/global.json index 3818759a..77c0cd57 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.303", + "version": "8.0.401", "rollForward": "latestMajor", "allowPrerelease": true }