Skip to content

Commit

Permalink
Upgrade from .NET 6.0 to .NET 8.0
Browse files Browse the repository at this point in the history
Issue #131
  • Loading branch information
pre-martin committed Sep 9, 2024
1 parent e2913b0 commit cde972a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit cde972a

Please sign in to comment.