dotnet-core/README.md

52 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2016-11-20 07:40:16 +01:00
# .NET Core Home
2014-11-18 02:09:08 +01:00
The dotnet/core repository is a good starting point for .NET Core.
2014-11-18 02:09:08 +01:00
2021-11-09 05:49:24 +01:00
The latest major release is [.NET 6.0](release-notes/6.0/README.md). The latest patch updates are listed in [.NET Core release notes](release-notes/README.md).
## .NET Core Releases
* [Download the latest .NET Core SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
* [.NET Core releases](releases.md)
* [.NET Core daily builds](daily-builds.md)
## Learn about .NET Core
* [Learn about .NET Core](https://docs.microsoft.com/dotnet/core)
2021-02-24 18:33:19 +01:00
* [.NET Core Roadmap](https://github.com/dotnet/core/blob/main/roadmap.md)
2018-09-06 23:45:55 +02:00
* [Learn about the .NET platform](https://docs.microsoft.com/dotnet/standard/)
2021-02-24 18:33:19 +01:00
* [.NET Core release notes](https://github.com/dotnet/core/blob/main/release-notes/README.md)
2017-12-13 00:42:00 +01:00
* [.NET Core Announcements](https://github.com/dotnet/announcements)
* [.NET Core blog](https://blogs.msdn.microsoft.com/dotnet/tag/net-core/)
2015-04-29 23:24:16 +02:00
## Getting help
* [File an issue](Documentation/core-repos.md)
* [Ask on Stack Overflow](https://stackoverflow.com/questions/tagged/.net-core)
* [Contact Microsoft Support](https://support.microsoft.com/contactus/)
* [VS Developer Community Portal](https://developercommunity.visualstudio.com/) for .NET Framework feedback (or via [Report a Problem](https://aka.ms/vs-rap) tool)
2014-11-18 02:09:08 +01:00
## How to Engage, Contribute and Provide Feedback
2021-06-09 00:12:18 +02:00
The .NET Core team encourages [contributions](https://github.com/dotnet/runtime/blob/main/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.
2014-11-18 02:09:08 +01:00
Check the [product roadmap](https://aka.ms/dotnet-product-roadmap) to see what the team is focusing on.
2019-04-02 18:12:37 +02:00
### Community
This project uses the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct) to define expected conduct in our community.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at conduct@dotnetfoundation.org.
2014-11-18 02:09:08 +01:00
## .NET Foundation
2020-10-09 04:17:59 +02:00
The .NET Core platform is part of the [.NET Foundation](https://www.dotnetfoundation.org).
2014-11-18 02:09:08 +01:00
2015-08-28 23:39:56 +02:00
## Licenses
2014-11-18 02:09:08 +01:00
.NET Core repos typically use either the [MIT](LICENSE.TXT) or
2020-10-09 04:17:59 +02:00
[Apache 2](https://www.apache.org/licenses/LICENSE-2.0) licenses for code.
2014-11-18 02:09:08 +01:00
Some projects license documentation and other forms of content under
2020-10-09 04:17:59 +02:00
[Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/).
2014-11-18 02:09:08 +01:00
See specific [repos](Documentation/core-repos.md) to understand the license used.