From 11ff8b5124fbd631141c0bea36fef827dc505c93 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Sun, 29 Dec 2024 23:04:17 +0100 Subject: [PATCH] chore: remove dead code from `build.fsx` --- build.fsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.fsx b/build.fsx index 6706d59d7..4109c20d7 100644 --- a/build.fsx +++ b/build.fsx @@ -12,14 +12,6 @@ open Fun.Build let root = __SOURCE_DIRECTORY__ -// Information about the project to be used at NuGet and in AssemblyInfo files -let project = "FSharp.Formatting" - -let summary = - "A package of libraries for building great F# documentation, samples and blogs" - -let license = "Apache 2.0 License" - let configuration = "Release" // Folder to deposit deploy artifacts