From f09f3cd0a487475878ad78b1153026c060279fdd Mon Sep 17 00:00:00 2001 From: John Wostenberg Date: Sat, 8 Jul 2023 22:23:37 -0500 Subject: [PATCH] Make benchmark project non-packable --- benchmark/benchmark.fsproj | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.fsproj b/benchmark/benchmark.fsproj index c37c95c..1de0e5c 100644 --- a/benchmark/benchmark.fsproj +++ b/benchmark/benchmark.fsproj @@ -3,6 +3,7 @@ net7.0 Exe + false