From f5bee8e7a204592eff4711147305766305fcdfea Mon Sep 17 00:00:00 2001
From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com>
Date: Thu, 16 Nov 2023 13:12:57 -0500
Subject: [PATCH] Enable Nullable in build project
---
build/Build.csproj | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build/Build.csproj b/build/Build.csproj
index 064f3a4c..10f43d07 100644
--- a/build/Build.csproj
+++ b/build/Build.csproj
@@ -2,9 +2,10 @@
Exe
net7.0
+ enable
$(MSBuildProjectDirectory)
-
\ No newline at end of file
+