Skip to content

Commit a451cce

Browse files
updated github action
1 parent 67b9e81 commit a451cce

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: '5.x'
15+
dotnet-version: '5.0.100-preview.2.20176.6'
1616
- name: Build with dotnet
1717
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)