From 9196335a7707ecae548d451514ea901b167c390e Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 23 Jun 2025 12:02:47 -0700 Subject: [PATCH] Add System.Security.Cryptography.Pkcs to aspnetcore transport package --- src/libraries/NetCoreAppLibrary.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/NetCoreAppLibrary.props b/src/libraries/NetCoreAppLibrary.props index e016534d70af44..016b13875edabd 100644 --- a/src/libraries/NetCoreAppLibrary.props +++ b/src/libraries/NetCoreAppLibrary.props @@ -224,6 +224,7 @@ Microsoft.Extensions.Primitives; System.Diagnostics.EventLog; System.Formats.Cbor; + System.Security.Cryptography.Pkcs; System.Security.Cryptography.Xml; System.Threading.AccessControl; System.Threading.RateLimiting;