Nm.putty PDocsTechnology
Related
10 Key Facts About EFF’s Campaign for Saudi Wikipedian Osama KhalidUK Regulator Scrutinizes Microsoft's Business Software Dominance and AI IntegrationUnlocking Nature's Secrets: AI Revolutionizes the Solving of Inverse Partial Differential EquationsBattlefield 6 Season 3: Top 7 Enhancements Coming in the Redsec Update10 Ways Western Digital's Clever HDD Spin-Down Technology Boosts Capacity and Saves PowerMercedes-AMG GT EV: 1,153 HP, 2-Second 0-60, and 11-Minute Charging – Your Questions AnsweredGödel's Shocking Proof: Mathematics Can Never Be Complete, Experts Confirm10 Key Insights on Kubernetes Volume Group Snapshots Now GA in v1.36

Ubuntu 26.04 Ships with .NET 10 – First-Class Support for Modern Development

Last updated: 2026-05-04 09:33:24 · Technology

Breaking: Canonical Releases Ubuntu 26.04 ‘Resolute Raccoon’ with .NET 10 Integrated

Canonical today launched Ubuntu 26.04 LTS, codenamed Resolute Raccoon, featuring native .NET 10 support. The move ensures developers can build and run .NET applications immediately on the new operating system.

Ubuntu 26.04 Ships with .NET 10 – First-Class Support for Modern Development
Source: devblogs.microsoft.com

“Each Ubuntu LTS ships with the latest .NET LTS, and 26.04 is no exception,” said a Microsoft .NET team spokesperson. “This tight partnership means zero friction for developers moving to the new release.”

Installation is straightforward: run sudo apt update && sudo apt install dotnet-sdk-10.0. Ubuntu’s package feed also offers .NET 8 and .NET 9 via a separate PPA for legacy workloads.

Container Images and Key System Changes

Ubuntu 26.04 container images are already available with the resolute tag. Existing users can switch from noble to resolute to upgrade their container OS without altering .NET versions.

The release notes highlight three major changes: Linux kernel 7.0, post-quantum cryptography, and removal of cgroup v1. “We’ve been validating .NET against cgroup v2 for years, so this removal is a non-event for our users,” explained a Canonical engineer. Post-quantum cryptography support was added in .NET 10, and testing with Linux 7.0 will begin once Ubuntu 26.04 VMs are available.

Background: The Road to Ubuntu 26.04

Microsoft and Canonical have a long history of collaboration on .NET and Ubuntu. Since early 2025, the .NET runtime team has been testing against Debian 13 and Ubuntu interim releases (24.10, 25.04). Full CI for Ubuntu 26.04 began in late 2025, with every pull request in dotnet/runtime running validation on the new OS.

Ubuntu 26.04 Ships with .NET 10 – First-Class Support for Modern Development
Source: devblogs.microsoft.com

“It’s possible that our repository is one of the biggest consumers of Ubuntu 26.04 container images – at least until today’s public release,” noted a .NET infrastructure lead. “Standard Ubuntu releases always require some adaptation, but that’s part of being ready for GA day.”

What This Means for Developers

For .NET developers, Ubuntu 26.04 offers a seamless upgrade path to .NET 10 LTS, the latest long-term support release. The integration eliminates the need for manual SDK installations on fresh Ubuntu setups, and container-optimized images reduce deployment friction.

The removal of cgroup v1 aligns with modern container orchestration, and post-quantum cryptography future‑proofs applications against emerging threats. Developers on older .NET versions (8 or 9) can use the separate PPA to maintain compatibility while migrating to .NET 10.

As one Canonical product manager put it: “This release isn’t just about new features – it’s about delivering a rock‑solid platform for the next decade of .NET applications.”