From 96021dcb33f05191a6339ec9759c46fa3df04d34 Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Wed, 13 Nov 2024 23:51:04 +0100 Subject: [PATCH] #3871 Switch to stable version of .NET --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f47827a5f2..289d439972 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: '9.0' - include-prerelease: True - name: Build run: dotnet build Source\csla.test.sln