From 3fd46ac9f0192b5262500f7a8edd8d270b21765c Mon Sep 17 00:00:00 2001 From: Sabre Dart Studios <7533636+Dartanlla@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:06:46 -0500 Subject: [PATCH] Update ci.yml Updated to .NET 8. --- .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 e1fe090d8..875d0637d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore OWS.sln working-directory: ./src