wip backend package

This commit is contained in:
Vinzenz Schroeter 2025-09-27 19:27:20 +02:00
parent 0d82e4444a
commit 5ae9b62df3
8 changed files with 591 additions and 35 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euxo pipefail
dotnet restore --packages out
nuget-to-json out > deps.json