diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2146b9..7a8aae3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Setup dotnet 6.0 + - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Build and Test run: ./Build.ps1 shell: pwsh