Skip to content

Commit b9fee67

Browse files
committed
add net8.0 targets
1 parent c8d1f54 commit b9fee67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectGuid>{6C93B314-9208-4684-B873-172F7EC81689}</ProjectGuid>
55
<RootNamespace>GeoJSON.Net.Tests</RootNamespace>
66
<AssemblyName>GeoJSON.Net.Tests</AssemblyName>
7-
<TargetFrameworks>net462;net6.0</TargetFrameworks>
7+
<TargetFrameworks>net462;net6.0;net8.0</TargetFrameworks>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
</PropertyGroup>
1010
<ItemGroup>

src/GeoJSON.Net/GeoJSON.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0;net8.0</TargetFrameworks>
55
<Description>.Net types for the GeoJSON RFC to be used with Json.Net</Description>
66
<Authors>Matt Hunt;Joerg Battermann;Xavier Fischer</Authors>
77
<Company>GeoJSON.Net</Company>

0 commit comments

Comments
 (0)