Add shared packages

This commit is contained in:
2025-06-02 08:58:34 -03:00
parent 6ebfde013a
commit 5b2588b47f
32 changed files with 981 additions and 7 deletions

5
scripts/package.ps1 Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
dotnet clean
dotnet build -c Release
dotnet pack

View File

@ -1,3 +0,0 @@
#!/usr/bin/env sh
dotnet pack