diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9653af1..cd369c8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.x' + dotnet-version: '6.0.x' - name: Build & test (Release) run: dotnet test src -c Release