Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,6 @@
<PackageOverridesFile Include="$(ReferencePackageOverridesPath)" />
</ItemGroup>

<!--
COMPAT: Remove the System.Security.Cryptography.Pkcs reference from the project.
We don't package System.Security.Cryptography.Pkcs into the reference pack for ASP.NET Core.
-->
<Target Name="_RemovePkcsReference" AfterTargets="ResolveReferences">
<ItemGroup>
<ReferencePath Remove="@(ReferencePath)" Condition="'%(FileName)' == 'System.Security.Cryptography.Pkcs'" />
<IgnoredReference Include="System.Security.Cryptography.Pkcs" />
</ItemGroup>
</Target>

<Target Name="_AddAnalyzersToRefPack" BeforeTargets="GetFilesToPackage">
<ItemGroup>
<!-- Include analyzers from dotnet/runtime. Start with the non-Roslyn-versioned ones -->
Expand Down
1 change: 1 addition & 0 deletions src/Framework/test/TestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
};
Expand Down
Loading