You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2021/05/03 09:22:00 UTC

[jira] [Comment Edited] (THRIFT-5407) Keep support for .NET Core 3.1?

    [ https://issues.apache.org/jira/browse/THRIFT-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338263#comment-17338263 ] 

Jens Geyer edited comment on THRIFT-5407 at 5/3/21, 9:21 AM:
-------------------------------------------------------------

As long as it is supported by MS we should do it as well.

[https://dotnet.microsoft.com/download/dotnet] 

 
|Versions of .NET Core available for download|
||Version||Status||Latest release||Latest release date||End of support||
|[.NET 6.0|https://dotnet.microsoft.com/download/dotnet/6.0]|Preview|6.0.0-preview.3|April 08, 2021| |
|[.NET 5.0|https://dotnet.microsoft.com/download/dotnet/5.0] (recommended)|Current|5.0.5|April 06, 2021| |
|[.NET Core 3.1|https://dotnet.microsoft.com/download/dotnet/3.1]|LTS|3.1.14|April 13, 2021|December 03, 2022|
|[.NET Core 2.1|https://dotnet.microsoft.com/download/dotnet/2.1]|LTS|2.1.27|April 13, 2021|August 21, 2021|


was (Author: jensg):
Thats not a question. As long as it is supported by MS we should do it as well.
|Versions of .NET Core available for download|
||Version||Status||Latest release||Latest release date||End of support||
|[.NET 6.0|https://dotnet.microsoft.com/download/dotnet/6.0]| Preview |6.0.0-preview.3|April 08, 2021| |
|[.NET 5.0|https://dotnet.microsoft.com/download/dotnet/5.0] (recommended)| Current |5.0.5|April 06, 2021| |
|[.NET Core 3.1|https://dotnet.microsoft.com/download/dotnet/3.1]| LTS |3.1.14|April 13, 2021|December 03, 2022|
|[.NET Core 2.1|https://dotnet.microsoft.com/download/dotnet/2.1]| LTS |2.1.27|April 13, 2021|August 21, 2021|

> Keep support for .NET Core 3.1?
> -------------------------------
>
>                 Key: THRIFT-5407
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5407
>             Project: Thrift
>          Issue Type: Bug
>          Components: netstd - Compiler, netstd - Library
>    Affects Versions: 0.14.1
>            Reporter: Mario Emmenlauer
>            Priority: Minor
>
> I've seen that in the past month, a number of commits added support for .NET 5.0. This is pretty nice. However it would be great to also preserve support for .NET Core 3.1, if possible. At least we are currently stuck with this and can not switch to .NET 5 in the close future.
> What do others think?
> I could get Thrift compile with latest .NET Core 3.1 by adding an explicit language version for 9.0 (something like `<LangVersion>9.0</LangVersion>`) and two very minor code changes. If others find it worthwhile I'll provide a PR?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)