Api/NetinaShop.Infrastructure/NetinaShop.Infrastructure.c...

48 lines
1.5 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Marten" Version="7.4.0" />
<PackageReference Include="AWSSDK.S3" Version="3.7.307.2" />
<PackageReference Include="Refit" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NetinaShop.Core\NetinaShop.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Using Include="Amazon.S3" />
<Using Include="Amazon.S3.Model" />
<Using Include="Microsoft.Extensions.Hosting" />
<Using Include="Microsoft.Extensions.Logging" />
<Using Include="Microsoft.Extensions.Options" />
<Using Include="NetinaShop.Common.Extensions" />
<Using Include="NetinaShop.Common.Models" />
<Using Include="NetinaShop.Common.Models.Api" />
<Using Include="NetinaShop.Common.Models.Entity" />
<Using Include="NetinaShop.Common.Models.Exception" />
<Using Include="NetinaShop.Core.Abstracts" />
<Using Include="NetinaShop.Domain.Models.Settings" />
<Using Include="NetinaShop.Infrastructure.Models.RestApi.KaveNegar" />
<Using Include="NetinaShop.Infrastructure.RestServices" />
<Using Include="NetinaShop.Repository.Repositories.Marten" />
<Using Include="Refit" />
<Using Include="System.Linq.Expressions" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\Scrapers\" />
</ItemGroup>
</Project>