Fixes #3178. v1 - Library has no strong-name. (#3191)

* Add strong-name signing

Add strong-name signing as requested for issue https://github.com/gui-cs/Terminal.Gui/issues/3178

* Add strong name sign to UnitTests project

Added strong name to UnitTests project too.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
This commit is contained in:
ilCosmico
2024-01-22 14:39:44 +01:00
committed by GitHub
parent fffa8de04c
commit 18d38d3893
4 changed files with 5 additions and 1 deletions

View File

@@ -58,5 +58,7 @@
<IncludeTestAssembly>
False
</IncludeTestAssembly>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>UnitTests.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
</Project>