dotnet-core/README.md

42 lines
1.8 KiB
Markdown

# .NET Core Home
The dotnet/core repository is a good starting point for .NET Core.
## Learn about .NET Core
* [Learn about .NET Core](https://docs.microsoft.com/dotnet/core)
* [.NET Core Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md)
* [Learn how about the .NET platform](https://docs.microsoft.com/dotnet/standard/)
* [.NET Core release notes](https://github.com/dotnet/core/blob/master/release-notes/README.md)
## Download .NET Core
* [.NET Core released builds](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md)
* [.NET Core daily preview builds](daily-builds.md)
* [.NET Core daily servicing builds](daily-builds-servicing.md)
## Getting help
* [File a .NET Core issue](https://github.com/dotnet/core/issues)
* [File an ASP.NET Core issue](https://github.com/aspnet/home/issues)
* [File an issue for other components](Documentation/core-repos.md)
* [Ask on Stack Overflow](https://stackoverflow.com/questions/tagged/.net-core)
* [Contact Microsoft Support](https://support.microsoft.com/contactus/)
## How to Engage, Contribute and Provide Feedback
The .NET Core team encourages [contributions](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md), both issues and PRs. The first step is finding the [.NET Core repository](Documentation/core-repos.md) that you want to contribute to.
## .NET Foundation
The .NET Core platform is part of the [.NET Foundation](http://www.dotnetfoundation.org).
## Licenses
.NET Core platform projects typically use either the [MIT](LICENSE.TXT) or
[Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code.
Some projects license documentation and other forms of content under
[Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).
See specific projects to understand the license used.