Skip to content

Commit 83746ac

Browse files
committed
Enable strong name signing
Fixes: #254
1 parent f1f253e commit 83746ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/Community.Toolkit.Common.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<Nullable>enable</Nullable>
2121
</PropertyGroup>
2222

23+
<PropertyGroup>
24+
<SignAssembly>true</SignAssembly>
25+
<AssemblyOriginatorKeyFile>$(RepositoryDirectory)toolkit.snk</AssemblyOriginatorKeyFile>
26+
</PropertyGroup>
27+
2328
<PropertyGroup>
2429
<IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject>
2530
<IsCoreProject Condition="$(IsTestProject)">False</IsCoreProject>

0 commit comments

Comments
 (0)