diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b66dfc..bba2ccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install .NET SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2