Skip to content

Commit

Permalink
💚 update CI to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rsking authored Dec 20, 2023
1 parent d3ba7c5 commit 659b386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Build with dotnet
run: dotnet build --configuration Release

0 comments on commit 659b386

Please sign in to comment.