Skip to content

Commit

Permalink
Merge pull request #61588 from dotnet/jamesnk/aspnetcore-externalacce…
Browse files Browse the repository at this point in the history
…ss-ivt

Add unit test project IVT to ExternalAccess.AspNetCore
  • Loading branch information
CyrusNajmabadi authored May 30, 2022
2 parents e62c649 + 1fd4a3a commit efafad4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
-->
<InternalsVisibleTo Include="Microsoft.AspNetCore.Analyzers" Key="$(AspNetCoreKey)" />
<InternalsVisibleTo Include="Microsoft.AspNetCore.App.Analyzers" 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 efafad4

Please sign in to comment.