Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisNikkel committed Dec 8, 2022
1 parent 1edd658 commit 383dd89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 7.x.x
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
Expand Down

0 comments on commit 383dd89

Please sign in to comment.