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

25 lines
654 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Refit" Version="7.0.0" />
<PackageReference Include="Refit.Newtonsoft.Json" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\RestServices\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Netina.Domain\Netina.Domain.csproj" />
</ItemGroup>
</Project>