dotnet/README.md

23 lines
1.3 KiB
Markdown

# .NET Home
This repository is the starting point to learn about [.NET open source projects](https://github.com/Microsoft?query=dotnet) on GitHub.
## What are these Projects?
These [projects](https://github.com/Microsoft?query=dotnet) will, in aggregate, contain all of the source code for Microsoft's .NET Core product, which provides the base runtime and framework of ASP.NET Core 5. Each one of the projects includes the source for one of the [.NET NuGet packages](http://www.nuget.org/profiles/dotnetframework) that is part of .NET Core 5. We are in the process of making all of .NET Core 5 available as open source on GitHub, however, most of it is still coming..
## Contributing
All projects (gladly) accept PRs and other contributions. See [Contributing Guide](CONTRIBUTING.md).
## License
All projects are licensed under the [MIT License](LICENSE) for code. Some projects license documentation and other forms of content under [Creative Comments Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).
## .NET Foundation
All projects are have been contributed to the [.NET Foundation](http://www.dotnetfoundation.org/projects) as the [.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx).
## Feedback
Check out the [Contributing Guide](CONTRIBUTING.md) to see the best places to log issues and start discussions.