From 3b442b939fe5342cc04c91f2883b2612096a2a72 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Thu, 24 Feb 2022 14:22:40 +0100 Subject: [PATCH] Fix #797: Costura.dll does not have a strong name #797 --- src/Costura/Costura.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Costura/Costura.csproj b/src/Costura/Costura.csproj index f3260c0b..1be8adb9 100644 --- a/src/Costura/Costura.csproj +++ b/src/Costura/Costura.csproj @@ -10,6 +10,7 @@ Costura.Fody ILMerge, ILWeaving, Embed, Resource, Fody, Cecil true + True $(SolutionDir)key.snk $(NoWarn);NU5100 $(NoError);NU5100