|
3 | 3 | This repo contains the code to build the .NET Windows Desktop Runtime for all
|
4 | 4 | supported platforms.
|
5 | 5 |
|
| 6 | +## Getting started |
| 7 | + |
| 8 | +* [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0) |
| 9 | +* [Windows Forms repository](https://github.com/dotnet/winforms) |
| 10 | +* [WPF repository](https://github.com/dotnet/wpf) |
| 11 | + |
| 12 | +## How to Engage, Contribute and Provide Feedback |
| 13 | + |
| 14 | +Some of the best ways to contribute are to try things out, file bugs, join in |
| 15 | +design conversations, and fix issues. |
| 16 | + |
| 17 | +* This repo defines [contributing guidelines](CONTRIBUTING.md) and also follows |
| 18 | + the more general [.NET Core contributing |
| 19 | + guide](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md). |
| 20 | +* If you have a question or have found a bug, [file an |
| 21 | + issue](https://github.com/dotnet/windowsdesktop/issues/new). |
| 22 | + |
| 23 | +### Reporting security issues and security bugs |
| 24 | + |
| 25 | +Security issues and bugs should be reported privately, via email, to the |
| 26 | +Microsoft Security Response Center (MSRC) <secure@microsoft.com>. You should |
| 27 | +receive a response within 24 hours. If for some reason you do not, please follow |
| 28 | +up via email to ensure we received your original message. Further information, |
| 29 | +including the MSRC PGP key, can be found in the [Security |
| 30 | +TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue). |
| 31 | + |
| 32 | +Also see info about related [Microsoft .NET Core and ASP.NET Core Bug Bounty |
| 33 | +Program](https://www.microsoft.com/msrc/bounty-dot-net-core). |
| 34 | + |
| 35 | +### .NET Framework issues |
| 36 | + |
| 37 | +Issues with .NET Framework should be filed on [VS developer |
| 38 | +community](https://developercommunity.visualstudio.com/spaces/61/index.html), or |
| 39 | +[Product Support](https://support.microsoft.com/en-us/contactus?ws=support). |
| 40 | +They should not be filed on this repo. |
| 41 | + |
| 42 | +## Code of Conduct |
| 43 | + |
| 44 | +This project uses the [.NET Foundation Code of |
| 45 | +Conduct](https://dotnetfoundation.org/code-of-conduct) to define expected |
| 46 | +conduct in our community. Instances of abusive, harassing, or otherwise |
| 47 | +unacceptable behavior may be reported by contacting a project maintainer at |
| 48 | +conduct@dotnetfoundation.org. |
| 49 | + |
| 50 | +## License |
| 51 | + |
| 52 | +.NET Core (including the WindowsDesktop repo) is licensed under the [MIT license](LICENSE.TXT). |
| 53 | + |
6 | 54 | ## Officially Released Builds
|
7 | 55 |
|
8 |
| -They can be downloaded from [here](https://www.microsoft.com/net/download#core). |
| 56 | +Download official .NET Core releases [here](https://www.microsoft.com/net/download#core). |
9 | 57 |
|
10 | 58 | ## Daily Builds
|
11 | 59 |
|
|
0 commit comments