Files
EmailBill/Repository/Repository.csproj

13 lines
286 B
XML
Raw Normal View History

2025-12-25 11:20:56 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\Entity\Entity.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FreeSql.Provider.Sqlite" />
</ItemGroup>
</Project>