From a5c18a6f70481df46470a0e5ccaa3a3b418ababe Mon Sep 17 00:00:00 2001 From: Christopher Whitley Date: Sat, 18 May 2024 21:15:58 -0400 Subject: [PATCH] Add props to build directory --- build/Build.csproj | 11 +++++++++-- build/Directory.Build.props | 13 +++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 build/Directory.Build.props diff --git a/build/Build.csproj b/build/Build.csproj index 10f43d07..62e254d8 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -1,11 +1,18 @@ + Exe - net7.0 + net8.0 enable $(MSBuildProjectDirectory) + - + + + + + diff --git a/build/Directory.Build.props b/build/Directory.Build.props new file mode 100644 index 00000000..9eea1e0b --- /dev/null +++ b/build/Directory.Build.props @@ -0,0 +1,13 @@ + + + + + build + false + false + + + + + +