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

17 lines
396 B
XML
Raw Normal View History

2021-05-11 06:52:57 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
2021-05-11 06:52:57 +00:00
<ItemGroup>
<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>
<ProjectReference Include="..\Framework\Props.Shop.Framework.csproj" />
2021-05-11 06:52:57 +00:00
</ItemGroup>
</Project>