Skip to content

Commit 7dae356

Browse files
authored
Update dotnetcore.yml
1 parent ed156aa commit 7dae356

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v1
20-
21-
- name: Setup .NET Core
19+
- uses: actions/checkout@v2
20+
21+
- name: Setup .NET
2222
uses: actions/setup-dotnet@v1
2323
with:
24-
dotnet-version: 5.0.100-preview.6.20318.15
24+
dotnet-version: '6.0.x'
25+
include-prerelease: true
2526

2627
- name: Build Project
2728
run: dotnet build /p:Version=$BUILD_VERSION --configuration Release -o Output

0 commit comments

Comments
 (0)