feat: add packages.lock.json files for dependency management in application, domain, and infrastructure

This commit is contained in:
2025-10-29 19:55:31 -03:00
parent 94703a9e02
commit 0dcdf83339
3 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"version": 1,
"dependencies": {
"net8.0": {}
}
}