|
3 | 3 | .NET 10 is a [Long Term Support (LTS)](../../release-policies.md) release and will be supported on [multiple operating systems](supported-os.md) for 36 months.
|
4 | 4 |
|
5 | 5 | It is currently in development and not supported. .NET 10 is expected to be released in late 2025.
|
| 6 | + |
| 7 | +- [Downloads](https://dotnet.microsoft.com/download/dotnet/10.0) |
| 8 | +- [Linux Package Managers](https://learn.microsoft.com/dotnet/core/install/linux) |
| 9 | +- [Containers](https://hub.docker.com/_/microsoft-dotnet) |
| 10 | +- [Supported OSes](supported-os.md) |
| 11 | +- [OS packages](./os-packages.md) |
| 12 | +- [Known Issues](known-issues.md) |
| 13 | +- [Installation instructions](install.md) |
| 14 | + |
| 15 | +## Release notes |
| 16 | + |
| 17 | +| Date | Release | |
| 18 | +| :-- | :-- | |
| 19 | +| 2025/02/25 | [10.0.0 Preview 1](preview/preview1/README.md) | |
| 20 | + |
| 21 | +### .NET Libraries |
| 22 | + |
| 23 | +- [What's new in .NET 10 libraries](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview#net-libraries) |
| 24 | +- [Preview 1](preview/preview1/libraries.md) |
| 25 | + |
| 26 | +### .NET Runtime |
| 27 | + |
| 28 | +- [What's new in the .NET 10 runtime](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/runtime) |
| 29 | +- [Preview 1](preview/preview1/runtime.md) |
| 30 | + |
| 31 | +### .NET SDK |
| 32 | + |
| 33 | +- [What's new in the SDK for .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/sdk) |
| 34 | +- [Preview 1](preview/preview1/sdk.md) |
| 35 | + |
| 36 | +### C\# |
| 37 | + |
| 38 | +- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14) |
| 39 | +- [Preview 1](preview/preview1/csharp.md) |
| 40 | + |
| 41 | +### ASP.NET Core |
| 42 | + |
| 43 | +- [What's new in ASP.NET Core 10.0](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0) |
| 44 | +- [Preview 1](preview/preview1/aspnetcore.md) |
| 45 | + |
| 46 | +### .NET MAUI |
| 47 | + |
| 48 | +- [What's new in .NET MAUI for .NET 10](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10) |
| 49 | +- [Preview 1](preview/preview1/dotnetmaui.md) |
| 50 | + |
| 51 | +### Entity Framework Core |
| 52 | + |
| 53 | +- [What's new in EF Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) |
| 54 | +- [Preview 1](preview/preview1/efcore.md) |
0 commit comments