Skip to content

Commit 1c730f8

Browse files
committed
Github Actions: install .NET 5.0
* in addition to .NET Core 3.1 * and use the latest version of the 'setup-dotnet' action
1 parent 8106de0 commit 1c730f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v1
19+
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 3.1.301
21+
dotnet-version: |
22+
3.1.x
23+
5.0.x
2224
- name: Install dependencies
2325
run: dotnet restore src/GeoJSON.Net.sln
2426
- name: Build

0 commit comments

Comments
 (0)