Browse Source

Add OneOf dependency

pull/495/head
Ionite 9 months ago
parent
commit
0e65abe103
No known key found for this signature in database
  1. 1
      StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj

1
StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj

@ -83,6 +83,7 @@
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="OneOf" Version="3.0.263" />
<PackageReference Include="Polly" Version="8.2.1" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
<PackageReference Include="Polly.Extensions.Http" Version="3.0.0" />

Loading…
Cancel
Save