Microsoft just published their writeup on Resolute Raccoon. Quick highlights:
- .NET 10 LTS is in the archive, one
apt install dotnet-sdk-10.0away - New
resolutecontainer tag, Chiseled variants still available - .NET 8 and 9 available via the
dotnet-backportsPPA (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/