2021-05-11 06:52:57 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-07-13 05:35:31 +00:00
|
|
|
<ProjectReference Include="..\Framework\Props.Shop.Framework.csproj" />
|
2021-07-10 05:24:29 +00:00
|
|
|
<ProjectReference Include="..\..\..\Libraries\SimpleLogger\SimpleLogger.csproj" />
|
2021-05-11 06:52:57 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.33" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|