From 1ffe7f442d9235534a7e7993261cee450b0dea47 Mon Sep 17 00:00:00 2001 From: 1eyewonder Date: Sun, 14 Jul 2024 18:55:26 -0500 Subject: [PATCH] Moved packages to proj file instead of props file --- src/Directory.Build.props | 17 ----------------- src/Giraffe/Giraffe.fsproj | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 src/Directory.Build.props diff --git a/src/Directory.Build.props b/src/Directory.Build.props deleted file mode 100644 index a90647cc..00000000 --- a/src/Directory.Build.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - build - all - - - analyzers - all - - - analyzers - all - - - diff --git a/src/Giraffe/Giraffe.fsproj b/src/Giraffe/Giraffe.fsproj index 85be607d..0e4c00f2 100644 --- a/src/Giraffe/Giraffe.fsproj +++ b/src/Giraffe/Giraffe.fsproj @@ -49,6 +49,20 @@ + + + build + all + + + analyzers + all + + + analyzers + all + +