From aae0c59d48e3d3447b73775b24b6063055f1345d Mon Sep 17 00:00:00 2001 From: Jaxel Rojas Date: Tue, 21 Nov 2023 10:44:49 -0400 Subject: [PATCH] fix: ci pipeline migrated to dotnet 8.0 --- .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 7c5e728..e4af337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build Source run: dotnet build Content/src/CarterService.csproj -v quiet --configuration Release - name: Build Tests