From 07574040d8881d661b11205f5b862d11bdc8326c Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov <50652041+LeftTwixWand@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:15:35 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 880292d..4772329 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,8 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.x + dotnet-version: 9.x + dotnet-quality: 'preview' - name: Setup NuGet.exe for use with actions uses: NuGet/setup-nuget@v2