diff --git a/README.md b/README.md index 17b049b..7817083 100644 --- a/README.md +++ b/README.md @@ -8,31 +8,24 @@ on the .NET blog. ## Finding .NET Open Source Projects -There are many [open source .NET projects](dotnet-developer-projects.md). Check -out the [list of projects](dotnet-developer-projects.md) the community -maintains. Please find one to engage in or add one. There's certainly one out -there that could use your help. - -There are several projects from Microsoft on GitHub and CodePlex, including: +There are many [open source .NET projects](dotnet-developer-projects.md), a few of which are listed below. Please find one to engage in or add one to the list. * [.NET Compiler Platform ("Roslyn")](https://roslyn.codeplex.com) * [.NET Core 5](https://github.com/dotnet/core) * [ASP.NET 5](https://github.com/aspnet/home) * [EntityFramework](https://github.com/aspnet/EntityFramework) - -Each one of these projects maps to one or more -[.NET NuGet packages](http://blogs.msdn.com/b/dotnet/p/nugetpackages.aspx) -that are published on [NuGet.org](http://nuget.org/). - -There are also many great [open source .NET community projects](dotnet-developer-projects.md), such as: - -* [Mono Project](https://github.com/mono/) +* [Exceptionless](https://github.com/exceptionless/Exceptionless) +* [Glimpse](http://getglimpse.com) * [JSON.NET](http://json.net/) +* [MonoGame](http://monogame.net) +* [Mono Project](https://github.com/mono/) * [MVVM Cross](https://github.com/MvvmCross/MvvmCross) * [MVVM Light Toolkit](http://www.mvvmlight.net) -* [Glimpse](http://getglimpse.com) -* [MonoGame](http://monogame.net) -* [Exceptionless](https://github.com/exceptionless/Exceptionless) + +For a longer list, see: + +* [.NET developer projects](dotnet-developer-projects.md) +* [.NET consumer projects](dotnet-consumer-projects.md) ## How to Engage, Contribute and Provide Feedback