From 029e8b76fe660fb361045353c54fd4a7eb1c7a5b Mon Sep 17 00:00:00 2001 From: bruno-f-cruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:56:18 -0800 Subject: [PATCH] Add instructions for csproj metadata --- _topics/_08_reproducible_research_practices/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_topics/_08_reproducible_research_practices/README.md b/_topics/_08_reproducible_research_practices/README.md index 39f1868..e14a6e3 100644 --- a/_topics/_08_reproducible_research_practices/README.md +++ b/_topics/_08_reproducible_research_practices/README.md @@ -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 + + +``` +