diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ef4842..3975367 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: "4.7.2" + dotnet-version: "8.0.203" - name: Restore Solution run: dotnet restore - name: Build Solution