Skip to content

Commit a9d9a10

Browse files
author
jcguo
committed
add snk file
1 parent 00fdaf0 commit a9d9a10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Source/SVGImage/DotNetProjects.SVGImage.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
<DefineConstants Condition="$(TargetFramework.StartsWith('net6'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
5959
<DefineConstants Condition="$(TargetFramework.StartsWith('net7'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
6060
<DefineConstants Condition="$(TargetFramework.StartsWith('net8'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
61+
<SignAssembly>True</SignAssembly>
62+
<AssemblyOriginatorKeyFile>SVGImage.snk</AssemblyOriginatorKeyFile>
6163
</PropertyGroup>
6264

6365
<!-- REF: https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link -->

Source/SVGImage/SVGImage.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)