We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f8c9 commit 40de2b0Copy full SHA for 40de2b0
src/Mapster/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project >
2
<PropertyGroup>
3
- <!-- Properties related to benchmark builds -->
4
- <IsPackable>false</IsPackable>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>Mapster.snk</AssemblyOriginatorKeyFile>
5
</PropertyGroup>
6
<PropertyGroup Condition="'$(Configuration)'=='nuget-bench'">
7
<Optimize>true</Optimize>
0 commit comments