Skip to content

Commit 4dccbda

Browse files
author
Duende Bot
committed
Publish - 2026-07-29 11:33:29 UTC
1 parent 6584d56 commit 4dccbda

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

identity-server/src/Directory.Build.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@
2525
<NoWarn>$(NoWarn);CA1002;CA1008;CA1031;CA1034;CA1040;CA1051;CA1054;CA1055;CA1056;CA1062;CA1716;CA1724;CA1725;CA1727;CA1819;CA1848;CA1851;CA2201;CA2007;CA2208;CA2227;CA2234</NoWarn>
2626
</PropertyGroup>
2727

28-
<ItemGroup>
28+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
2929
<!-- Package 'Microsoft.Bcl.Memory' 10.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-73j8-2gch-69rq
30+
This reference is net8.0-only: .NET 9+ includes this functionality in the BCL, so consumers on newer runtimes
31+
get the fix via runtime updates. It is a direct (non-private) reference so it flows to consumers as a runtime
32+
dependency (see #3211).
3033
-->
31-
<PackageReference Include="Microsoft.Bcl.Memory" PrivateAssets="All" />
34+
<PackageReference Include="Microsoft.Bcl.Memory" />
3235
</ItemGroup>
3336
</Project>

0 commit comments

Comments
 (0)