Skip to content

Commit 76d9b9a

Browse files
authored
Update build.yml
1 parent 05c3580 commit 76d9b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Setup .NET Core
16+
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 5.0.100-rc.1.20452.10
19+
dotnet-version: 5.0.x
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

0 commit comments

Comments
 (0)