Skip to content

Commit 90fb453

Browse files
victorisrrbhanda
andauthored
Update 10.0 README.md (#9760)
* Update 10.0 README.md * Add files via upload * Add files via upload * Add files via upload --------- Co-authored-by: Rahul Bhandari <[email protected]>
1 parent 8919820 commit 90fb453

File tree

4 files changed

+769
-0
lines changed

4 files changed

+769
-0
lines changed

release-notes/10.0/README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,52 @@
33
.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.
44

55
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)

release-notes/10.0/known-issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# .NET 10 Known Issues
2+
3+
You may encounter some known issues, which may include workarounds, mitigations, or expected resolution timeframes. Watch this space for any known issues in .NET 10.0.
4+

0 commit comments

Comments
 (0)