配置文件修改,把sqlite数据库也打包进去

master
张宇 2023-12-11 22:55:42 +08:00
parent 5f3bbb36ab
commit 9b94cf0364
1 changed files with 3 additions and 0 deletions

View File

@ -19,4 +19,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Data\DB\offline_enhanceV2.db" CopyToOutputDirectory="Always"/>
</ItemGroup>
</Project>