props/Props.Shop/Adafruit/Props.Shop.Adafruit.csproj
Harrison Deng ced027da17
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Began updating to .NET 8.0.
2024-07-18 04:38:08 +00:00

18 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.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>