Skip to content

Commit f7c902d

Browse files
authored
Merge pull request #101 from guojiancong/master
add snk file
2 parents 00fdaf0 + a9d9a10 commit f7c902d

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)