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