Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update roadmap.md #9121

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions roadmap.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# .NET Release Schedule

This document covers the upcoming release dates for .NET and .NET Core.

If you're looking for the product roadmap, visit <https://aka.ms/dotnet-product-roadmap>.
# .NET Roadmaps & Release Schedule

This document covers roadmaps and release schedules for .NET and .NET products.

# .NET Roadmaps

Here is a list of .NET project roadmaps that you can get involved in:

* [.NET Aspire](https://github.com/dotnet/aspire/issues/1549)
* [.NET MAUI](https://github.com/dotnet/maui/wiki/Roadmap)
* [ASP.NET Core](https://github.com/dotnet/aspnetcore/issues/51834)
* [C#](https://github.com/dotnet/csharplang)
* [Entity Framework Core](https://github.com/dotnet/efcore/issues/29853)
* [F#](https://github.com/fsharp/fslang-design)
* [ML.NET](https://github.com/dotnet/machinelearning/blob/main/ROADMAP.md)
* [NuGet](https://github.com/NuGet/Home/issues/13143)
* [Roslyn](https://github.com/dotnet/roslyn/blob/main/docs/Language%20Feature%20Status.md)
* [Visual Basic](https://github.com/dotnet/vblang)
* [WinForms](https://github.com/dotnet/winforms/blob/main/docs/roadmap.md)
* [WPF](https://github.com/dotnet/wpf/blob/main/roadmap.md)

## Released Versions

Expand Down
Loading