Skip to content

Commit

Permalink
Fix NuGet Audit build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 10, 2024
1 parent 9edecc0 commit e5d616a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/IceRpc.Logger.Tests/IceRpc.Logger.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.*" />
<!-- Required to avoid NuGet Audit error: see #4032 -->
<PackageReference Include="System.Text.Json" Version="8.0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e5d616a

Please sign in to comment.