Skip to content

Commit aaeb584

Browse files
committed
Dump to latest .NET SDK [skip ci]
1 parent fdd4e59 commit aaeb584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Setup .NET Core SDK
31-
uses: actions/setup-dotnet@v1
31+
uses: actions/setup-dotnet@v1.8.0
3232
with:
33-
dotnet-version: 3.1.x
33+
dotnet-version: 5.0.x
3434

3535
- name: Restore
3636
run: dotnet restore
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup .NET Core SDK
8282
uses: actions/setup-dotnet@v1.8.0
8383
with:
84-
dotnet-version: 3.1.x
84+
dotnet-version: 5.0.x
8585

8686
- name: Get certificate
8787
id: cert_file

0 commit comments

Comments
 (0)