From fa9e12de83008cb28a5210ed55a8775ff19a17e3 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 1 Jun 2019 20:14:25 +0200 Subject: [PATCH] Build: no longer explicitly pass StrongName=false to dotnet tool --- build/build-framework.fsx | 1 - 1 file changed, 1 deletion(-) diff --git a/build/build-framework.fsx b/build/build-framework.fsx index d0f9b9d9..4da94545 100644 --- a/build/build-framework.fsx +++ b/build/build-framework.fsx @@ -66,7 +66,6 @@ let msbuildSN targets configuration project = let dotnet workingDir command = let properties = [ - yield "StrongName", "False" ] let suffix = properties |> List.map (fun (name, value) -> sprintf """ /p:%s="%s" """ name value) |> String.concat "" DotNetCli.RunCommand