Skip to content

Commit

Permalink
use .net 8 on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Feb 4, 2024
1 parent bfcb663 commit eb8f57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up .NET Core 6.0.x
- name: Set up .NET Core 8.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Unshallow Commits
Expand Down

0 comments on commit eb8f57a

Please sign in to comment.