Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@ There are many projects that you can use and contribute to, some of which are li
### .NET

- [.NET (dotnet/core)](https://github.com/dotnet/core)
- [.NET Aspire (dotnet/aspire)](https://github.com/dotnet/aspire)
- [.NET MAUI (dotnet/maui)](https://github.com/dotnet/maui)
- [ASP.NET Core (dotnet/aspnetcore)](https://github.com/dotnet/aspnetcore)
- [C# (dotnet/csharplang)](https://github.com/dotnet/csharplang)
- [Entity Framework Core (dotnet/efcore)](https://github.com/dotnet/efcore)
- [F# (dotnet/fsharp)](https://github.com/dotnet/fsharp)
- [ML.NET dotnet/machinelearning)](https://github.com/dotnet/machinelearning)
- [ML.NET (dotnet/machinelearning)](https://github.com/dotnet/machinelearning)
- [Roslyn Compiler Platform (dotnet/roslyn)](https://github.com/dotnet/roslyn)
- [Windows Forms (dotnet/winforms)](https://github.com/dotnet/winforms)
- [WPF (dotnet/wpf)](https://github.com/dotnet/wpf)

### .NET Docs
- [.NET docs (dotnet/docs)](https://github.com/dotnet/docs)
- [.NET Aspire docs (dotnet/docs-aspire)](https://github.com/dotnet/docs-aspire)
- [.NET MAUI docs (dotnet/docs-maui)](https://github.com/dotnet/docs-maui)
- [ASP.NET Core docs (dotnet/AspNetCore.Docs)](https://github.com/dotnet/AspNetCore.Docs)
- [Entity Framework docs (dotnet/EntityFramework.Docs)](https://github.com/dotnet/EntityFramework.Docs)
Expand Down
1 change: 1 addition & 0 deletions dotnet-free-oss-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Please sort projects alphabetically and provide a one-line description. Where po
* [countly](https://countly.com) - comprehensive product analytics platform needed to build outstanding and innovative products and the most privacy-conscious solution for mobile,
desktop, and web applications for all users.
* [elmah](https://elmah.io) - Error logging and uptime monitoring for .NET.
* [raygun.com](https://raygun.com/platform/crash-reporting)-Error Monitoring & Crash Reporting for .NET.
* [Sentry](https://sentry.io/welcome/) - Cross platform error reporting.


Expand Down
6 changes: 3 additions & 3 deletions releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ You can see what was included in each .NET Framework release. Some releases are
- [.NET Framework 4.7.1](net471/README.md)
- [.NET Framework 4.7](net47/README.md)
- [.NET Framework 4.6.2](net462/README.md)
- [.NET Framework 4.6.1](net461/README.md)
- [.NET Framework 4.6](net46/README.md)
- [.NET Framework 4.5.2](net452/README.md)
- [.NET Framework 4.6.1](net461/README.md) (unsupported)
- [.NET Framework 4.6](net46/README.md) (unsupported)
- [.NET Framework 4.5.2](net452/README.md) (unsupported)
- [.NET Framework 4.5.1](net451/README.md) (unsupported)
- [.NET Framework 4.5](https://blogs.msdn.microsoft.com/dotnet/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code/) (unsupported)
- [.NET Framework 4.0.3](https://blogs.msdn.microsoft.com/dotnet/2012/03/05/update-4-0-3-for-the-microsoft-net-framework-4/) (unsupported)
Expand Down
Loading