...

/

Understanding the Journey to One .NET and .NET Support

Understanding the Journey to One .NET and .NET Support

Learn about the history of .NET, Blazor web assembly version and .NET support.

.NET unification journey

At the Microsoft Build developer conference in May 2020, the .NET team announced that their plans to unify .NET had been delayed. They stated that .NET 5 would be released on November 10, 2020, unifying various .NET platforms except for mobile. The unified .NET platform was expected to support mobile with the release of .NET 6 in November 2021. However, in September 2021, they announced a six-month delay to .NET MAUI, their new cross-platform mobile and desktop app development platform. .NET MAUI finally reached General Availability (GA) in May 2022.

We can read the announcement at the link.

Press + to interact
Versions of .NET over the years
Versions of .NET over the years

.NET Core has been renamed .NET, and the major version number skipped 4 to avoid confusion with .NET Framework 4.x. Microsoft plans to release major versions annually every November, similar to how Apple releases major versions of iOS each September.

Version

Released

Edition

Published

.NET Core RC1

November 2015

First

March 2016

.NET Core 1.0

June 2016

-

-

.NET Core 1.1

November 2016

-

-

.NET Core 1.0.4 and .NET Core 1.1.1

March 2017

Second

March 2017

.NET Core 2.0

August 2017

-


.NET Core for UWP in Windows 10 Fall Creators Update

October 2017

Third

November 2017

.NET Core 2.1 (LTS)

May 2018

-

-

.NET Core 2.2 (Current)

December 2018

-

-

.NET Core 3.0 (Current)

September 2019

Fourth

October 2019

.NET Core 3.1 (LTS)

December 2019

-

-

Blazor WebAssembly 3.2 (Current)

May 2020

-

-

.NET 5.0 (Current)

November 2020

Fifth

November 2020

.NET 6.0 (LTS)

November 2021

Sixth

November 2021

.NET 7.0 (Standard)

November 2022

Seventh

November 2022

.NET 8.0 (LTS)

November 2023

Eighth

November 2023

.NET 9.0 (Standard)

November 2024

Ninth

November 2024

.NET 10.0 (LTS)

November 2025

Tenth

November 2025

Understanding Blazor WebAssembly versioning

.NET Core 3.1 included Blazor Server for building web components. Microsoft had also planned to ...