|
1 | 1 | Contributing
|
2 | 2 | ============
|
3 | 3 |
|
4 |
| -Please read [.NET Core Guidelines](https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md) for more general information about coding styles, source structure, making pull requests, and more. |
5 |
| -While this project is in the early phases of development, some of the guidelines in this document -- such as API reviews -- do not yet apply as strongly. |
6 |
| -That said, please open a GitHub issue to discuss any API renames or changes before submitting PRs. |
| 4 | +Please read [.NET Guidelines](https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md) for more general information about coding styles, source structure, making pull requests, and more. |
7 | 5 |
|
8 | 6 | ## Developer guide
|
9 | 7 |
|
10 | 8 | This project can be developed on any platform. To get started, follow instructions for your OS.
|
11 | 9 |
|
12 | 10 | ### Prerequisites
|
13 | 11 |
|
14 |
| -This project depends on .NET Core 2.0. Before working on the project, check that .NET Core prerequisites have been met. |
15 |
| - |
16 |
| - - [Prerequisites for .NET Core on Windows](https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites?tabs=netcore2x) |
17 |
| - - [Prerequisites for .NET Core on Linux](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x) |
18 |
| - - [Prerequisites for .NET Core on macOS](https://docs.microsoft.com/en-us/dotnet/core/macos-prerequisites?tabs=netcore2x) |
| 12 | +This project depends on .NET 7. Before working on the project, check that the [.NET SDK](https://dotnet.microsoft.com/en-us/download) is installed. |
19 | 13 |
|
20 | 14 | ### Visual Studio
|
21 | 15 |
|
22 |
| -This project supports [Visual Studio 2017](https://visualstudio.com) and [Visual Studio for Mac](https://www.visualstudio.com/vs/visual-studio-mac/). Any version, including the free Community Edition, should be sufficient so long as you install Visual Studio support for .NET Core development. |
| 16 | +This project supports [Visual Studio 2022](https://visualstudio.com). Any version, including the free Community Edition, should be sufficient. |
23 | 17 |
|
24 | 18 | This project also supports using
|
25 |
| -[Visual Studio Code](https://code.visualstudio.com). Install the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) and install the [.NET Core CLI](https://get.dot.net/core) to get started. |
| 19 | +[Visual Studio Code](https://code.visualstudio.com). Install the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit). |
26 | 20 |
|
27 | 21 | ### Command line scripts
|
28 | 22 |
|
|
0 commit comments