Skip to content

Commit

Permalink
Upgrade to .NET 8.0 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
sblom committed Dec 15, 2023
1 parent 97e2dbc commit c5ff34b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '8.0.x'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1
dotnet-version: '8.0.x'
source-url: https://nuget.pkg.github.com/sblom/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -80,7 +80,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1
dotnet-version: '8.0.x'
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit c5ff34b

Please sign in to comment.