diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c25c7fa..5468acdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.100-rc.2.23502.2' + dotnet-version: '8.0.100' - name: Build and Test run: ./Build.ps1 shell: pwsh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a6c1e84..80197b5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,10 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' + - name: Setup dotnet 8.0 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '8.0.100' - name: Build and Test run: ./Build.ps1 shell: pwsh