Skip to content

Commit 6cbefae

Browse files
committed
missed
1 parent 41af479 commit 6cbefae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

csharp/PhoneNumbers.Extensions.Test/PhoneNumbers.Extensions.Test.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<IsPackable>false</IsPackable>
1111
</PropertyGroup>
1212

13+
<PropertyGroup>
14+
<SignAssembly>true</SignAssembly>
15+
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
16+
<PublicSign>true</PublicSign>
17+
</PropertyGroup>
18+
1319
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0'">
1420
<Nullable>enable</Nullable>
1521
</PropertyGroup>

0 commit comments

Comments
 (0)