Skip to content

Commit 8189ead

Browse files
kzudevlead
authored andcommitted
Simplify InternalsVisibleTo
If the $(PublicKey) property is used, the SDK targets will automatically use it for the assembly attributes. See dotnet/sdk#3439 Simplifies spectreconsole/spectre.console#1623
1 parent d682cd4 commit 8189ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spectre.Console.Cli/Spectre.Console.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup Label="REMOVE THIS">
9-
<InternalsVisibleTo Include="Spectre.Console.Cli.Tests, PublicKey=$(SnkPublicKey)" />
9+
<InternalsVisibleTo Include="Spectre.Console.Cli.Tests" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)