News

.NET Core 1.0 'End of Life' Coming in June

Developers working with .NET Core are advised to upgrade their 1.x versions by June 27, after which official support will be available only for 2.x editions.

Microsoft this week announced that .NET Core 1.0 and 1.1 will fall out of support on June 27, three years after release.

Organizations using those releases should start planning upgrades to either .NET Core 2.1 or 2.2, the company advised. A .NET Core 2.0 release exists, which might seem to be an upgrade target, but Microsoft's notice stated that it hit its end-of-life milestone back on Oct. 1, 2018. While Microsoft has a .NET Core 3.0 release, it's apparently still at the preview testing stage, so it's not ready for production environments.

.NET Core reflects Microsoft's future direction over the venerable but Windows-centered .NET Framework. Even though Microsoft recently open sourced some of the main .NET Framework components, the company's future development efforts are being put into the .NET Core platform.

In June, .NET Core 2.1 and 2.2 will be about 3 years old. They'll need updating before that June end-of-life date because .NET Core follows Microsoft's Modern Lifecycle Policy.

Modern Lifecycle Policy
The Modern Lifecycle Policy offers vague terms compared with Microsoft's Fixed Lifecycle Support Policy with its traditional 10 years of support, which is associated with Windows systems. Under the Modern Lifecycle Policy, organizations are responsible for keeping the software updated, which requires applying all software releases (both major and minor) to continue to get product support from Microsoft. If the software falls out of support, then future software updates and security patches won't arrive.

With the Modern Lifecycle Policy, Microsoft only promises to give a "minimum 30-day notification when customers are required to take action in order to avoid significant degradation to the normal use of the service," according to Microsoft's FAQ.

The actual lifecycle support time period for a given software product under the Modern Lifecycle Policy seems to vary. In the case of .NET Core, the support period is about three years. However, the support period is affected by how organizations choose to update .NET Core. They can choose to get either the "Long-Term Support" (LTS) or the "Current" .NET Core releases.

Delivery Options
The LTS and Current .NET Core options seem somewhat analogous to the Windows 10 update model, which has two "channel" update options. Here's Microsoft's explanation of the .NET Core options:

  • LTS releases are designed for long-term support. They included features and components that have been stabilized, requiring few updates over a longer support release lifetime. These releases are a good choice for hosting applications that you do not intend to update.
  • Current releases include new features that may undergo future change based on feedback. These releases are a good choice for applications in active development, giving you access to the latest features and improvements. You need to upgrade to later .NET Core releases more often to stay in support.

LTS releases are supported for "three years after initial release" or "one year after a subsequent LTS release" -- "whichever is longer." Current releases are supported "three months after a subsequent Current or LTS release," hence more frequent updates are required.

Microsoft also has a third category for these releases called "Maintenance." .NET Core 1.0 and 1.1 are presently considered to be at the Maintenance stage, which means that they are in the last stages of support but still get security patches.

The exact dates for when end-of-support will occur are shown in a table in this "Microsoft Support for .NET Core" document, and more details can be found in Microsoft's ".NET Core Support Policy" document. The migration process to a newer .NET Core release apparently involves changing the target framework value and removing the older bundled tooling by updating the .NET Core project file, as explained in this Microsoft migration document.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events