Skip to content

Commit 40de2b0

Browse files
committed
fix: SignAssembly Mapster
1 parent 538f8c9 commit 40de2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mapster/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project >
22
<PropertyGroup>
3-
<!-- Properties related to benchmark builds -->
4-
<IsPackable>false</IsPackable>
3+
<SignAssembly>true</SignAssembly>
4+
<AssemblyOriginatorKeyFile>Mapster.snk</AssemblyOriginatorKeyFile>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(Configuration)'=='nuget-bench'">
77
<Optimize>true</Optimize>

0 commit comments

Comments
 (0)