We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c8cd6 commit 56ee4a8Copy full SHA for 56ee4a8
1 file changed
src/AngleSharp.XPath/AngleSharp.XPath.csproj
@@ -15,6 +15,7 @@
15
<SignAssembly>true</SignAssembly>
16
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
17
<GenerateDocumentationFile>true</GenerateDocumentationFile>
18
+ <PublicSign>True</PublicSign>
19
</PropertyGroup>
20
21
<ItemGroup>
@@ -25,4 +26,4 @@
25
26
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
27
<DelaySign>false</DelaySign>
28
-</Project>
29
+</Project>
0 commit comments