Download .NET 5.0 (Linux, macOS, and Windows)
dotnet.microsoft.com › en-us › downloadThe .NET Desktop Runtime enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately. .NET Runtime 5.0.17 The .NET Runtime contains just the components needed to run a console app. Typically, you'd also install either the ASP.NET Core Runtime or .NET Desktop Runtime.
What is .NET 5 and why is it so significant?
services.assemblysoft.com › what-is-net-5Nov 01, 2020 · .NET 5 is the next version of .NET Core and the future of the .NET platform. With .NET 5 you have everything you need to build rich, interactive front end web UI and powerful backend services. It's a major release. New Features (TLDR) ASP.NET Core in .NET 5 is loaded with lots of great new features and improvements. Here’s a sampling:
What's new in .NET 5 | Microsoft Learn
learn.microsoft.com › core › whats-newSep 22, 2022 · Sharing code between .NET 5 workloads is simplified: all you need is the net5.0 TFM. For .NET 5 apps and libraries, the net5.0 TFM combines and replaces the netcoreapp and netstandard TFMs. However, if you plan to share code between .NET Framework, .NET Core, and .NET 5 workloads, you can do so by specifying netstandard2.0 as your TFM.