diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38c8eda5..24d9b6d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.422 - 8.0.300 + 6.0.423 + 8.0.301 - name: Install dependencies run: dotnet restore