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