In .github/workflows/dotnetcore.yml, add net6.0: ```yaml - name: Setup .NET 6.x uses: actions/setup-dotnet@v4 with: dotnet-version: '6.x' ```