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 dddcbca commit c8d1f54Copy full SHA for c8d1f54
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET Core
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: '6.0.x'
+ dotnet-version: '8.0.x'
23
- name: Install dependencies
24
run: dotnet restore src/GeoJSON.Net.sln
25
- name: Build
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments