props/Props.Shop/Adafruit/Props.Shop.Adafruit.csproj
Harrison Deng 94e3a5759c
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Began moving rpoject to a devcontainer
2024-07-17 21:43:46 +00:00

18 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FuzzySharp" Version="2.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Framework\Props.Shop.Framework.csproj" />
</ItemGroup>
</Project>