Skip to content

Commit

Permalink
Merge pull request #101 from guojiancong/master
Browse files Browse the repository at this point in the history
add snk file
  • Loading branch information
jogibear9988 authored Jan 4, 2025
2 parents 00fdaf0 + a9d9a10 commit f7c902d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/SVGImage/DotNetProjects.SVGImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<DefineConstants Condition="$(TargetFramework.StartsWith('net6'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
<DefineConstants Condition="$(TargetFramework.StartsWith('net7'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
<DefineConstants Condition="$(TargetFramework.StartsWith('net8'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>SVGImage.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<!-- REF: https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link -->
Expand Down
Binary file added Source/SVGImage/SVGImage.snk
Binary file not shown.

0 comments on commit f7c902d

Please sign in to comment.