Skip to content

Commit

Permalink
Move InternalsVisibleTo into project file
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Oct 14, 2024
1 parent ac38e72 commit f55fa75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="GovUk.Frontend.AspNetCore.Tests" />
<InternalsVisibleTo Include="GovUk.Frontend.AspNetCore.ConformanceTests" />
<InternalsVisibleTo Include="GovUk.Frontend.AspNetCore.IntegrationTests" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="HtmlTags" Version="9.0.0" />
Expand Down

This file was deleted.

0 comments on commit f55fa75

Please sign in to comment.