You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/04/12 23:23:00 UTC

[jira] [Created] (ARROW-16175) [C#] netcoreapp2.1 is out of support

Kouhei Sutou created ARROW-16175:
------------------------------------

             Summary: [C#] netcoreapp2.1 is out of support
                 Key: ARROW-16175
                 URL: https://issues.apache.org/jira/browse/ARROW-16175
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C#
            Reporter: Kouhei Sutou


With .NET 6.0:

{noformat}
/tmp/arrow-HEAD.itfYb/csharp/bin/sdk/6.0.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/arrow/csharp/src/Apache.Arrow/Apache.Arrow.csproj]
{noformat}

https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core says:

{noformat}
Version 	Original Release Date 	Latest Patch Version 	Patch Release Date 	End of Support
.NET Core 2.1 	May 30, 2018 	2.1.30 	August 19, 2021 	August 21, 2021
{noformat}

[~eerhardt] Should we update {{TargetFrameworks}} in {{.csproj}}?




--
This message was sent by Atlassian Jira
(v8.20.1#820001)