13 lines
318 B
XML
13 lines
318 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
|
||
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\FiscalOS.Core\FiscalOS.Core.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|