Skip to content

Commit

Permalink
Update build action for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyOnePro authored Nov 15, 2023
1 parent d879802 commit 527e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netcore-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.101
dotnet-version: 8.0.100
- name: Install dependencies
run: dotnet restore
- name: Build on Debug
Expand Down

0 comments on commit 527e85a

Please sign in to comment.