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.
2 parents dcd7f5b + 55c3e21 commit dbfe9b4Copy full SHA for dbfe9b4
.github/workflows/build.yml
@@ -16,7 +16,6 @@ jobs:
16
# Test oldest and most current supported versions, per:
17
# https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
18
dotnet-version:
19
- - '6.x'
20
- '8.x'
21
steps:
22
dotnet/CASE2GeoJSON.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
0 commit comments