Skip to content

Commit

Permalink
Merge pull request #68503 from sharwell/asp-fixes
Browse files Browse the repository at this point in the history
Update EA layer for ASP.NET
  • Loading branch information
sharwell authored Dec 27, 2023
2 parents ffea8b3 + 18d598a commit f7b468d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<!--
⚠ ONLY ASP.NET CORE ASSEMBLIES MAY BE ADDED HERE ⚠
-->
<InternalsVisibleTo Include="Microsoft.AspNetCore.Analyzers" Key="$(AspNetCoreKey)" />
<!-- TODO: Remove Microsoft.AspNetCore.App.Analyzers once types referencing this assembly complete their move to the CodeFixes assembly -->
<InternalsVisibleTo Include="Microsoft.AspNetCore.App.Analyzers" Key="$(AspNetCoreKey)" />
<InternalsVisibleTo Include="Microsoft.AspNetCore.App.CodeFixes" Key="$(AspNetCoreKey)" />
<InternalsVisibleTo Include="Microsoft.AspNetCore.App.Analyzers.Test" Key="$(AspNetCoreKey)" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.UnitTests" />
</ItemGroup>
Expand Down

0 comments on commit f7b468d

Please sign in to comment.