using nuget packages

This commit is contained in:
2025-11-11 11:27:13 +01:00
parent 80bc441e36
commit 7dc5db1e17
6 changed files with 29 additions and 3 deletions

4
justfile Normal file
View File

@@ -0,0 +1,4 @@
run project:
dotnet restore --packages out
nuget-to-json out > deps.json
nix run .#{{project}}