Skip to content

Bump eol target frameworks #2872

@gitfool

Description

@gitfool

The following warnings are seen while building Cake with Visual Studio 2019 Preview and the latest SDK:

C:\Program Files\dotnet\sdk\5.0.100-rc.1.20452.10\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp2.0' 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.
C:\Program Files\dotnet\sdk\5.0.100-rc.1.20452.10\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp3.0' 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.

See .NET Core and .NET 5 Support Policy for more information.

I suggest bumping the following target frameworks:

  • netcoreapp2.0 to netcoreapp2.1
  • netcoreapp3.0 to netcoreapp3.1
  • net46 to net461 (currently inconsistent)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions