9 lines
307 B
XML
9 lines
307 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<ItemGroup>
|
|
<ProjectReference Include="../KArtSell.BuildingBlocks/KArtSell.BuildingBlocks.csproj" />
|
|
<PackageReference Include="FastEndpoints" />
|
|
<PackageReference Include="Dapper" />
|
|
<PackageReference Include="Hangfire.Core" />
|
|
</ItemGroup>
|
|
</Project>
|