Skip to content

Commit 6c4e093

Browse files
author
Matt Hunt
committed
Removing support for .net 3.5
1 parent 67110b5 commit 6c4e093

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/GeoJSON.Net.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ VisualStudioVersion = 15.0.26430.6
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7AFBD129-E5A1-48D0-B7F6-7CCD6D06AF17}"
77
ProjectSection(SolutionItems) = preProject
8-
..\GeoJSON.Net.nuspec = ..\GeoJSON.Net.nuspec
98
..\LICENSE.md = ..\LICENSE.md
109
..\README.md = ..\README.md
1110
EndProjectSection

src/GeoJSON.Net/GeoJSON.Net.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;net35;net40;net45;</TargetFrameworks>
4+
<TargetFrameworks>netstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;net40;net45;net6.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>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2121
</ItemGroup>
2222

2323
<PropertyGroup>

0 commit comments

Comments
 (0)