Files
KArtSell.Aegis/src/KArtSell.DbMigrator/KArtSell.DbMigrator.csproj
T
kjh2064 87705c1f6a
ci / backend (push) Failing after 1s
ci / static (push) Failing after 5s
ci / frontend (push) Failing after 6s
fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
2026-08-02 05:30:00 +09:00

12 lines
318 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DbUp-PostgreSQL" />
</ItemGroup>
<ItemGroup>
<Content Include="../../db/migrations/**/*.sql" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>