Skip to content

Commit 67b9e81

Browse files
updated github action
1 parent 43a1db5 commit 67b9e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '3.1.x'
15+
dotnet-version: '5.x'
1616
- name: Build with dotnet
1717
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)