props/Props-Modules/Props.Shop/BanggoodModule/Props.Shop.BanggoodModule.csproj

17 lines
422 B
XML
Raw Normal View History

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