Skip to content

Commit a25e42e

Browse files
authored
Merge pull request #144 from gdeswardt/bugfix/dotnet-core-build
Fix automated build
2 parents d577b2e + ba7a184 commit a25e42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: '5.0.x'
21+
dotnet-version: '7.0.x'
2222
- name: Install dependencies
2323
run: dotnet restore
2424
- name: Build

0 commit comments

Comments
 (0)