Skip to content

Commit d3582f7

Browse files
committed
GHA: use .NET 6
1 parent d99429c commit d3582f7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: |
23-
3.1.x
24-
5.0.x
22+
dotnet-version: '6.0.x'
2523
- name: Install dependencies
2624
run: dotnet restore src/GeoJSON.Net.sln
2725
- name: Build
@@ -38,9 +36,7 @@ jobs:
3836
- name: Setup .NET Core
3937
uses: actions/setup-dotnet@v4
4038
with:
41-
dotnet-version: |
42-
3.1.x
43-
5.0.x
39+
dotnet-version: '6.0.x'
4440
- name: Install dependencies
4541
run: dotnet restore src/GeoJSON.Net.sln
4642
- name: Build

0 commit comments

Comments
 (0)