From ffa88f051aa07ff365d2ed5338975607e583019c Mon Sep 17 00:00:00 2001 From: Jimmy Bogard Date: Wed, 25 Oct 2023 11:50:43 -0500 Subject: [PATCH] Trying again again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c18de24..4c580a1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.100-rc.2' + dotnet-version: '8.0.100-rc.2.23502.2' - name: Build and Test run: ./Build.ps1 shell: pwsh