File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 101101 <PackageOverridesFile Include="$(ReferencePackageOverridesPath)" />
102102 </ItemGroup>
103103
104- <!--
105- COMPAT: Remove the System.Security.Cryptography.Pkcs reference from the project.
106- We don't package System.Security.Cryptography.Pkcs into the reference pack for ASP.NET Core.
107- -->
108- <Target Name="_RemovePkcsReference" AfterTargets="ResolveReferences">
109- <ItemGroup>
110- <ReferencePath Remove="@(ReferencePath)" Condition="'%(FileName)' == 'System.Security.Cryptography.Pkcs'" />
111- <IgnoredReference Include="System.Security.Cryptography.Pkcs" />
112- </ItemGroup>
113- </Target>
114-
115104 <Target Name="_AddAnalyzersToRefPack" BeforeTargets="GetFilesToPackage">
116105 <ItemGroup>
117106 <!-- Include analyzers from dotnet/runtime. Start with the non-Roslyn-versioned ones -->
Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ static TestData()
309309 { "Microsoft.Net.Http.Headers" } ,
310310 { "System.Diagnostics.EventLog" } ,
311311 { "System.Formats.Cbor" } ,
312+ { "System.Security.Cryptography.Pkcs" } ,
312313 { "System.Security.Cryptography.Xml" } ,
313314 { "System.Threading.RateLimiting" } ,
314315 } ;
You can’t perform that action at this time.
0 commit comments