Skip to content

Commit

Permalink
Fix .NET SDK version needed by berp in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy authored Dec 3, 2024
1 parent 85fdd8b commit 00fcc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker run --rm --interactive --tty --volume ".:/app" berp-env

*Or* install on your system

* .NET 5.0 (to run `berp` to generate parsers)
* .NET 8.0 (to run `berp` to generate parsers)
* `berp` (install with `dotnet tool update Berp --version 1.4.0 --tool-path /usr/bin` )
* `make`
* `diff`
Expand Down

0 comments on commit 00fcc43

Please sign in to comment.