Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ from the main (upstream) repository:

## <a name="build"></a> Build process

* You need [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
* Run `dotnet tool restore` to restore the .NET 6 local tools defined at .config/dotnet-tools.json
* You need [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
* Run `dotnet tool restore` to restore the .NET local tools defined at .config/dotnet-tools.json
* To build the project run `dotnet run` (this will run the `build.fsproj` project that contains the FAKE build pipeline.)
* To run unit tests run `dotnet run Test`

Expand Down
Loading