fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
ci / backend (push) Failing after 1s
ci / static (push) Failing after 5s
ci / frontend (push) Failing after 6s

This commit is contained in:
2026-08-02 05:30:00 +09:00
parent 50db649b5c
commit 87705c1f6a
14 changed files with 19 additions and 3 deletions
@@ -4,5 +4,6 @@
<PackageReference Include="FastEndpoints" />
<PackageReference Include="Dapper" />
<PackageReference Include="Hangfire.Core" />
<PackageReference Include="Newtonsoft.Json" VersionOverride="13.0.3" />
</ItemGroup>
</Project>