Skip to content

Commit 44d2ac5

Browse files
committed
update .NET Framework version to 4.6.2
* 4.0 and 4.5 are out of support by now, 4.6.2 is the oldest version that is stil supported * see https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework * also 4.6.2 is required to update the dependecies to the latest versions
1 parent 7f46cdd commit 44d2ac5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
3+
44
<ProjectGuid>{6C93B314-9208-4684-B873-172F7EC81689}</ProjectGuid>
55
<RootNamespace>GeoJSON.Net.Tests</RootNamespace>
66
<AssemblyName>GeoJSON.Net.Tests</AssemblyName>
7-
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
7+
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
</PropertyGroup>
1010
<ItemGroup>
@@ -27,4 +27,4 @@
2727
<ItemGroup>
2828
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
2929
</ItemGroup>
30-
</Project>
30+
</Project>

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;net40;net45;net5.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard1.0;netstandard1.1;netstandard2.0;netstandard2.1;net462;net5.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>
@@ -23,4 +23,4 @@
2323
<PropertyGroup>
2424
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
2525
</PropertyGroup>
26-
</Project>
26+
</Project>

0 commit comments

Comments
 (0)