diff --git a/Gee.External.Capstone/Gee.External.Capstone.csproj b/Gee.External.Capstone/Gee.External.Capstone.csproj index 803ef08..c17e45f 100644 --- a/Gee.External.Capstone/Gee.External.Capstone.csproj +++ b/Gee.External.Capstone/Gee.External.Capstone.csproj @@ -3,7 +3,7 @@ netstandard2.0;netstandard2.1;net5.0;net6.0 true - 2.2.0 + 2.3.0 Ahmed Garhy (@9ee1) Capstone.NET Capstone.NET is a .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up. @@ -18,6 +18,11 @@ 1591 + + $(MSBuildProjectDirectory)\..\strong-name.snk + True + + diff --git a/strong-name.snk b/strong-name.snk new file mode 100644 index 0000000..361d48f Binary files /dev/null and b/strong-name.snk differ