Skip to content

Commit

Permalink
Add instructions for csproj metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Dec 3, 2024
1 parent 00d8fcf commit 029e8b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _topics/_08_reproducible_research_practices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ python -m venv .venv
pip install pydantic
```
4. Install Bonsai from by running `.bonsai/setup.ps1`. This will bootstrap the environment with the necessary dependencies.
5. Ensure that the `src/bonsai/Extensions.csproj` defines the following dependencies:
```xml
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YamlDotNet" Version="16.2.1" />
```

0 comments on commit 029e8b7

Please sign in to comment.