We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99429c commit d3582f7Copy full SHA for d3582f7
1 file changed
.github/workflows/main.yml
@@ -19,9 +19,7 @@ jobs:
19
- name: Setup .NET Core
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: |
23
- 3.1.x
24
- 5.0.x
+ dotnet-version: '6.0.x'
25
- name: Install dependencies
26
run: dotnet restore src/GeoJSON.Net.sln
27
- name: Build
@@ -38,9 +36,7 @@ jobs:
38
36
39
37
40
41
42
43
44
45
46
0 commit comments