Skip to content

Commit

Permalink
Merge pull request #90 from casework/bump_dotnet
Browse files Browse the repository at this point in the history
Bump dotnet version to 8, due to 6 and 7 EOLs
  • Loading branch information
kchason authored Dec 23, 2024
2 parents dcd7f5b + 55c3e21 commit dbfe9b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
# Test oldest and most current supported versions, per:
# https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
dotnet-version:
- '6.x'
- '8.x'
steps:

Expand Down
2 changes: 1 addition & 1 deletion dotnet/CASE2GeoJSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit dbfe9b4

Please sign in to comment.