We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fdaf0 commit a9d9a10Copy full SHA for a9d9a10
Source/SVGImage/DotNetProjects.SVGImage.csproj
@@ -58,6 +58,8 @@
58
<DefineConstants Condition="$(TargetFramework.StartsWith('net6'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
59
<DefineConstants Condition="$(TargetFramework.StartsWith('net7'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
60
<DefineConstants Condition="$(TargetFramework.StartsWith('net8'))">$(DefineConstants);NETCORE;NETNEXT</DefineConstants>
61
+ <SignAssembly>True</SignAssembly>
62
+ <AssemblyOriginatorKeyFile>SVGImage.snk</AssemblyOriginatorKeyFile>
63
</PropertyGroup>
64
65
<!-- REF: https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link -->
Source/SVGImage/SVGImage.snk
596 Bytes
0 commit comments