20 lines
597 B
XML
20 lines
597 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../../common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Fake.DomainDrivenDesign" Version="8.0.0-preview5" />
|
|
<PackageReference Include="Fake.SqlSugarCore" Version="8.0.0-preview5" />
|
|
<PackageReference Include="NEST" Version="7.17.5" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\InterfaceForward.Domain.Shared\InterfaceForward.Domain.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|