Files
accounting-system/backend/global.json
Invoice Master ad6ce08e3e refactor: rename namespace to FiscalFlow and upgrade to .NET 10
- Rename InvoiceMaster.* to FiscalFlow.* namespace
- Upgrade from .NET 8 to .NET 10
- Update all NuGet packages to latest versions
- Update C# language version to 14.0
2026-02-04 23:18:59 +01:00

7 lines
81 B
JSON

{
"sdk": {
"version": "10.0.100",
"rollForward": "latestFeature"
}
}