Api/Tools/NetinaShop.WordPressDBConve.../Netina.WordPressDBConverter...

26 lines
723 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-09-24 14:03:16 +03:30
<PackageReference Include="HtmlAgilityPack" Version="1.11.66" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2024-09-24 14:03:16 +03:30
<PackageReference Include="Refit" Version="7.2.1" />
<PackageReference Include="Refit.Newtonsoft.Json" Version="7.2.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\RestServices\" />
</ItemGroup>
<ItemGroup>
2024-04-16 20:01:34 +03:30
<ProjectReference Include="..\..\Netina.Domain\Netina.Domain.csproj" />
</ItemGroup>
</Project>