From b18aaf0bdf77a4061d9370293372591ff6d098e6 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 27 Oct 2025 10:32:39 -0700 Subject: [PATCH 1/2] Add System.Security.Cryptography.Pkcs to targeting pack --- .../App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj index 4e68f38c1c44..4c308371ce39 100644 --- a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj +++ b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj @@ -101,17 +101,6 @@ - - - - - - - - From 40f1980343c5f65cc8bb0b26174063cfc8103fb7 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 27 Oct 2025 10:33:38 -0700 Subject: [PATCH 2/2] Add System.Security.Cryptography.Pkcs to TestData --- src/Framework/test/TestData.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Framework/test/TestData.cs b/src/Framework/test/TestData.cs index 78e9a72a04d7..ba2971e8a6c0 100644 --- a/src/Framework/test/TestData.cs +++ b/src/Framework/test/TestData.cs @@ -309,6 +309,7 @@ static TestData() { "Microsoft.Net.Http.Headers" }, { "System.Diagnostics.EventLog" }, { "System.Formats.Cbor" }, + { "System.Security.Cryptography.Pkcs" }, { "System.Security.Cryptography.Xml" }, { "System.Threading.RateLimiting" }, };