question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bump eol target frameworks

See original GitHub issue

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)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
devleadcommented, Sep 7, 2021

Note 2.1 is now also EOL

Version Latest release Latest release date End of support
.NET Core 3.0 3.0.3 February 18, 2020 March 03, 2020
.NET Core 2.2 2.2.8 November 19, 2019 December 23, 2019
.NET Core 2.1 2.1.30 August 19, 2021 August 21, 2021
.NET Core 2.0 2.0.9 July 10, 2018 October 01, 2018
.NET Core 1.1 1.1.13 May 14, 2019 June 27, 2019
.NET Core 1.0 1.0.16 May 14, 2019 June 27, 2019
1reaction
pascalbergercommented, Oct 9, 2021

@gitfool We’ll probably tomorrow publish what TFMs we want to support in 2.0. Once this is out, we’ll create the corresponding issues, which we’re happy if you want to pick any of it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NETSDK1138: The target framework is out of support
NETSDK1138 indicates that your project targets a version of the framework that is out of support. The full error message is similar to...
Read more >
Doug-Murphy/DougMurphy.TargetFrameworks.EndOfLife
This method takes in a singular TFM or semicolon-delimited pluralized TFM and returns back which one(s), if any, of them are currently EOL....
Read more >
Cake v2.0.0 released
NET Framework and the already deprecated Cake runner for .NET Core with 2.0. ... #2872 Bump eol target frameworks.
Read more >
Target frameworks in SDK-style projects - .NET
Learn about target frameworks for .NET apps and libraries.
Read more >
kernel: bump 4.14 to 4.14.74 · a2adeffffc - openwrt
target /linux/generic/hack-4.14/902-debloat_proc.patch. Unescape Escape View File ... thermal framework should take care of data->mask & (1 << trip) */.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found