Skip to content

Commit 4f7709a

Browse files
committed
Remove netcoreapp3.0 build
1 parent 13fce50 commit 4f7709a

6 files changed

Lines changed: 56 additions & 53 deletions

File tree

benchmarks/FSharp.SystemTextJson.Benchmarks/FSharp.SystemTextJson.Benchmarks.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<Compile Include="Program.fs" />
14+
<None Include="paket.references" />
1415
</ItemGroup>
1516
<ItemGroup>
1617
<ProjectReference Include="..\..\src\FSharp.SystemTextJson\FSharp.SystemTextJson.fsproj" />

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
frameworks netstandard2.0, netcoreapp3.0, net5.0
1+
frameworks netstandard2.0, net5.0
22
storage none
33
source https://api.nuget.org/v3/index.json
44

paket.lock

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

src/FSharp.SystemTextJson/FSharp.SystemTextJson.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<Description>Provides F# union and record support for System.Text.Json</Description>
66
<Authors>Loic Denuziere</Authors>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>

tests/FSharp.SystemTextJson.Tests/FSharp.SystemTextJson.Tests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Compile Include="Test.Record.fs" />
1111
<Compile Include="Test.Union.fs" />
1212
<Compile Include="Program.fs" />
13+
<None Include="paket.references" />
1314
</ItemGroup>
1415
<ItemGroup>
1516
<ProjectReference Include="..\..\src\FSharp.SystemTextJson\FSharp.SystemTextJson.fsproj" />

tests/FSharp.SystemTextJson.TrimTest/FSharp.SystemTextJson.TrimTest.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="Program.fs" />
9+
<None Include="paket.references" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<ProjectReference Include="..\..\src\FSharp.SystemTextJson\FSharp.SystemTextJson.fsproj" />

0 commit comments

Comments
 (0)