Skip to content

Commit

Permalink
Bump dotnet in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Nov 28, 2023
1 parent 735d21b commit c0d2c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

0 comments on commit c0d2c9d

Please sign in to comment.