Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C#] netcoreapp2.1 is out of support #31579

Closed
asfimport opened this issue Apr 12, 2022 · 0 comments · Fixed by #39165
Closed

[C#] netcoreapp2.1 is out of support #31579

asfimport opened this issue Apr 12, 2022 · 0 comments · Fixed by #39165

Comments

@asfimport
Copy link

With .NET 6.0:


/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]

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


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

@eerhardt Should we update TargetFrameworks in .csproj?

Reporter: Kouhei Sutou / @kou

Note: This issue was originally created as ARROW-16175. Please see the migration documentation for further details.

CurtHagenlocher added a commit that referenced this issue Dec 10, 2023
…EADME (#39165)

### What changes are included in this PR?

The project file no longer builds targets for netstandard1.3 or netcoreapp3.1.
The C# README.md is a little more up-to-date.

### Are these changes tested?

N/A

* Closes: #31579

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
@CurtHagenlocher CurtHagenlocher added this to the 15.0.0 milestone Dec 10, 2023
mapleFU pushed a commit to mapleFU/arrow that referenced this issue Dec 13, 2023
…e C# README (apache#39165)

### What changes are included in this PR?

The project file no longer builds targets for netstandard1.3 or netcoreapp3.1.
The C# README.md is a little more up-to-date.

### Are these changes tested?

N/A

* Closes: apache#31579

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
clayburn pushed a commit to clayburn/arrow that referenced this issue Jan 23, 2024
…e C# README (apache#39165)

### What changes are included in this PR?

The project file no longer builds targets for netstandard1.3 or netcoreapp3.1.
The C# README.md is a little more up-to-date.

### Are these changes tested?

N/A

* Closes: apache#31579

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…e C# README (apache#39165)

### What changes are included in this PR?

The project file no longer builds targets for netstandard1.3 or netcoreapp3.1.
The C# README.md is a little more up-to-date.

### Are these changes tested?

N/A

* Closes: apache#31579

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants