Browse Source

Add FuzzySharp dep

pull/5/head
Ionite 1 year ago
parent
commit
20f1a4d8f2
No known key found for this signature in database
  1. 1
      StabilityMatrix/StabilityMatrix.csproj

1
StabilityMatrix/StabilityMatrix.csproj

@ -12,6 +12,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" /> <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="FuzzySharp" Version="2.0.2" />
<PackageReference Include="Markdown.Xaml" Version="1.0.0" /> <PackageReference Include="Markdown.Xaml" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" /> <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />

Loading…
Cancel
Save