From c0d2c9dc195bb44a8e1f55186f5248418b04a4fb Mon Sep 17 00:00:00 2001 From: gruve-p Date: Tue, 28 Nov 2023 19:53:56 +0100 Subject: [PATCH] Bump dotnet in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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