惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
博客园 - 叶小钗
J
Java Code Geeks
博客园 - 聂微东
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
美团技术团队
WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
罗磊的独立博客
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
小众软件
小众软件

.NET Blog

Use C# unions and closed hierarchies in ASP.NET Core - .NET Blog Announcing .NET 11 Release Candidate 1 - .NET Blog .NET Conf 2026 Community Days Call for Presenters Is Open - .NET Blog .NET and .NET Framework September 2026 servicing releases updates - .NET Blog Test what you ship: MSTest and Native AOT - .NET Blog How Uno Platform uses .NET, MCP, and AI to build high quality apps - .NET Blog .NET Conf 2026 - .NET Blog From dotnet run to Foundry Hosted Agent in 3 lines of C# - .NET Blog Explore new features available in C# 15 preview - .NET Blog Routing and Failover for Microsoft.Extensions.AI - .NET Blog Instructions Hygiene - What Frontier Models Still Need You to Say - .NET Blog .NET 11 Preview 7 is now available! - .NET Blog .NET and .NET Framework August 2026 servicing releases updates - .NET Blog Test reporting in Microsoft.Testing.Platform: from red build to root cause - .NET Blog Beyond Chat: live Speech-to-Text with Foundry Local and C# - .NET Blog Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime - .NET Blog From generated code to trusted code with a unit-test agent - .NET Blog Announcing v2.0 of the official MCP C# SDK - .NET Blog Analyze MSBuild Binary Logs with Copilot in VS Code - .NET Blog Announcing .NET Modernization for Beginners - .NET Blog .NET and .NET Framework July 2026 servicing releases updates - .NET Blog CoreCLR Progress and the Mono Timeline for .NET MAUI - .NET Blog .NET 11 Preview 6 is now available! - .NET Blog Modernize .NET applications in the GitHub Copilot app - .NET Blog MCP Beyond the Chat Window: Build Diagnostics in CI - .NET Blog SkiaSharp 4.0 is here: announcing the first stable release - .NET Blog Packaging and Package Identity for .NET apps with WinApp CLI on Windows - .NET Blog AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server - .NET Blog Join us for .NET Day on Agentic Modernization Livestream .NET 11 Preview 5 is now available!
.NET 8 and .NET 9 will reach End of Support on November 1...
Rahul Bhandari (MSFT) · 2026-06-30 · via .NET Blog

.NET 8 and .NET 9 will reach end of support on November 10, 2026. After that date, Microsoft will no longer provide servicing updates, security fixes, or technical support for these versions. We recommend upgrading to .NET 10, which is an LTS release supported through November 2028. By upgrading, you will continue receiving security updates and servicing fixes to keep your applications protected.

Support Policy

.NET 8 is a Long Term Support (LTS) release, supported for 36 months from its initial release in November 2023. That support window closes on November 10, 2026.

.NET 9 is a Standard Term Support (STS) release. As we announced, STS releases now get 24 months of support instead of 18. That puts .NET 9 end of support on the same day: November 10, 2026.

Version Release Date Release Type End of Support
.NET 8 November 14, 2023 LTS November 10, 2026
.NET 9 November 12, 2024 STS (24 months) November 10, 2026
.NET 10 November 11, 2025 LTS November 2028

.NET support timeline showing .NET 8 and .NET 9 ending November 10, 2026 and .NET 10 supported through November 2028

November 10th is a Patch Tuesday release day. .NET 8 and .NET 9 may each receive one final update on that day if there is a known critical issue.

What to expect

After November 10, 2026:

  • Applications built on .NET 8 or .NET 9 will continue to run.
  • No new security updates will be issued for either version.
  • Staying on an unsupported version means you are exposed to security vulnerabilities that will not be patched.
  • Technical support will no longer be available for .NET 8 or .NET 9 applications.

Visual Studio Compatibility

Starting with a future servicing update for Visual Studio 2022, the .NET 8 and .NET 9 components will be marked as out of support. Existing installations won’t be affected.

You will need to retarget to .NET 10 (or later) to stay supported. You can use the “remove out of support components” option in Visual Studio to clean up .NET 8 and .NET 9 from existing installations.

Upgrading to .NET 10

You can upgrade your app to .NET 10 by changing the value of the TargetFramework property in your project file to net10.0. You will also need to update your development and hosting environments. This process is covered in more detail in Upgrade to a new .NET version.

<PropertyGroup>
  <TargetFramework>net10.0</TargetFramework>
</PropertyGroup>

Using .NET 8 or .NET 9 apps

If you’re using a .NET 8 or .NET 9 app, we recommend reaching out to the software developer or vendor who produced it to ask for an updated version that uses .NET 10 is available.

Resources

Closing

.NET 8 and .NET 9 will both reach end of support on November 10, 2026. After that date, no additional security updates or technical support will be provided. We strongly recommend upgrading to .NET 10, which is an LTS release supported through November 2028.

Category

Topics

Author

Rahul Bhandari (MSFT)

I am a Program Manager on .NET team. I specializes in .NET release processes. University of Florida Alumnus.