Skip to content

Commit

Permalink
Add missing package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Nov 12, 2024
1 parent a46ce09 commit 280c351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'" >
<!-- Several transitive dependencies on 8.0.4 and lower which is vulnerable -->
<PackageVersion Include="System.Text.Json" Version="9.0.0-rc.2.24473.5" />

<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0-rc.2.24473.5" />
</ItemGroup>

<!-- These versions are used for the NuGet packages that are dependent on the current TFM -->
Expand Down

0 comments on commit 280c351

Please sign in to comment.