Browse Source

Add deps NLog, NLog.Extensions.Logging

pull/5/head
Ionite 2 years ago
parent
commit
cc6a571845
No known key found for this signature in database
  1. 2
      StabilityMatrix/StabilityMatrix.csproj

2
StabilityMatrix/StabilityMatrix.csproj

@ -10,6 +10,8 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="NLog" Version="5.1.4" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.3" />
<PackageReference Include="Refit" Version="6.3.2" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.3.2" />
<PackageReference Include="WPF-UI" Version="3.0.0-preview.2" />

Loading…
Cancel
Save