Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SubZeroPL committed Aug 13, 2024
2 parents c809638 + 911bb77 commit 79b5db2
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 @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.301
dotnet-version: 6
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 79b5db2

Please sign in to comment.