36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Brizco.Core\Brizco.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Refit" Version="6.3.2" />
|
|
</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.Exception" />
|
|
<Using Include="Brizco.Core.Abstracts" />
|
|
<Using Include="Brizco.Domain.Models.Settings" />
|
|
<Using Include="Brizco.Infrastructure.Models" />
|
|
<Using Include="Brizco.Infrastructure.RestServices" />
|
|
<Using Include="Microsoft.Extensions.Logging" />
|
|
<Using Include="Microsoft.Extensions.Options" />
|
|
<Using Include="Refit" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|