41 lines
1.2 KiB
XML
41 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Refit" Version="7.1.2" />
|
|
<PackageReference Include="Marten" Version="7.23.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Brizco.Core\Brizco.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Models\RestApi\KaveNegar\" />
|
|
<Folder Include="Services\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Using Include="Brizco.Common.Models" />
|
|
<Using Include="Brizco.Common.Models.Api" />
|
|
<Using Include="Brizco.Common.Models.Entity" />
|
|
<Using Include="Brizco.Common.Models.Exception" />
|
|
<Using Include="Brizco.Core.Abstracts" />
|
|
<Using Include="Brizco.Domain.Models.Settings" />
|
|
<Using Include="Brizco.Infrastructure.Models" />
|
|
<Using Include="Brizco.Infrastructure.RestServices" />
|
|
<Using Include="Brizco.Repository.Repositories.Marten" />
|
|
<Using Include="Microsoft.Extensions.Logging" />
|
|
<Using Include="Microsoft.Extensions.Options" />
|
|
<Using Include="Refit" />
|
|
<Using Include="System.Linq.Expressions" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|