feat: SQLite-Datenbank local.db erstellt und die Verbindungszeichenfolge entsprechend aktualisiert.

This commit is contained in:
Developer 02
2024-08-01 20:58:15 +02:00
parent a33789e04e
commit b3c3ae25d4
3 changed files with 7 additions and 1 deletions

View File

@@ -26,4 +26,10 @@
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<None Update="local.db">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>