build: add code generator

main-dlh
Yuri Dimas 2025-10-01 14:04:46 +07:00
parent 54880c364f
commit ef364c1020
No known key found for this signature in database
GPG Key ID: 9FD7E44BC294C68C
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.22.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
</ItemGroup>