.NET 10 on Ubuntu 26.04 LTS

Microsoft just published their writeup on Resolute Raccoon. Quick highlights:

  • .NET 10 LTS is in the archive, one apt install dotnet-sdk-10.0 away
  • New resolute container tag, Chiseled variants still available
  • .NET 8 and 9 available via the dotnet-backports PPA (best-effort support)
  • Native AOT via dotnet-sdk-aot-10.0: ~1.4 MB hello world, ~13 MB self-contained web service
  • Called out Linux 7.0, post-quantum crypto, and cgroup v1 removal as the Ubuntu changes most relevant to .NET

Full post: https://devblogs.microsoft.com/dotnet/whats-new-for-dotnet-in-ubuntu-2604/