From aeb34fb649db6435a89505f33c6d6945494f54c0 Mon Sep 17 00:00:00 2001 From: Jimmy Bogard Date: Wed, 25 Oct 2023 11:48:34 -0500 Subject: [PATCH] Trying 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 7a8aae3f..6c18de24 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.x' + dotnet-version: '8.0.100-rc.2' - name: Build and Test run: ./Build.ps1 shell: pwsh