Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#2647)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
  • Loading branch information
TimothyMothra committed Aug 2, 2022
1 parent 6e0d9d8 commit 288d344
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -21,13 +21,19 @@ To successfully build the sources on your machine, make sure you've installed th
- Visual Studio 2022 Community, Professional or Enterprise
- .NET SDKs (https://dotnet.microsoft.com/download)
- .NET Framework 4.5.2
- .NET Framework 4.6.0
- .NET Framework 4.6.1
- .NET Framework 4.6.2
- .NET Framework 4.7.2
- .NET Framework 4.8
- .NET Core 3.1
- .NET 6
- .NET 7

Note: .NET has an annual release cycle and we include the preview version in our test matrix.
Visual Studio requires a setting to compile using these preview versions:
- Tools > Options > Environment > Preview Features > "Use previews of the .NET SDK".

## Build

Solutions can be built in either Visual Studio or via .NET CLI `dotnet build` ([link](https://docs.microsoft.com/dotnet/core/tools/dotnet-build)).
Expand Down

0 comments on commit 288d344

Please sign in to comment.