diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 328ce4c557..f9a07ce6fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Build run: dotnet build -c Altcoins-Release BTCPayServer/BTCPayServer.csproj @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Build run: dotnet build -c Altcoins-Release BTCPayServer/BTCPayServer.csproj @@ -32,6 +32,6 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Build run: dotnet build -c Altcoins-Release BTCPayServer/BTCPayServer.csproj