Skip to content

Commit dbfe9b4

Browse files
authored
Merge pull request #90 from casework/bump_dotnet
Bump dotnet version to 8, due to 6 and 7 EOLs
2 parents dcd7f5b + 55c3e21 commit dbfe9b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
# Test oldest and most current supported versions, per:
1717
# https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
1818
dotnet-version:
19-
- '6.x'
2019
- '8.x'
2120
steps:
2221

dotnet/CASE2GeoJSON.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)