2021-05-11 06:52:57 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2021-07-20 22:51:43 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-05-11 06:52:57 +00:00
|
|
|
<ItemGroup>
|
2021-07-20 22:51:43 +00:00
|
|
|
<PackageReference Include="FuzzySharp" Version="2.0.2" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-05-11 06:52:57 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-07-20 22:51:43 +00:00
|
|
|
<ProjectReference Include="..\Framework\Props.Shop.Framework.csproj" />
|
2021-05-11 06:52:57 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|