From 8f5386b57ec1701e09d833754c31a44628440bec Mon Sep 17 00:00:00 2001 From: lbmaian Date: Sun, 23 Oct 2022 06:58:23 -0700 Subject: [PATCH] Fix dotnet build on individual projects --- Source/AllModdingComponents/Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AllModdingComponents/Directory.Build.props b/Source/AllModdingComponents/Directory.Build.props index 8376b36..40e6492 100644 --- a/Source/AllModdingComponents/Directory.Build.props +++ b/Source/AllModdingComponents/Directory.Build.props @@ -3,12 +3,12 @@ RW1.4;RW1.4Unstable - RW1.4Unstable + RW1.4Unstable net472 true 10.0 false - $([System.IO.File]::ReadAllText("$(SolutionDir)\..\About\Version.txt")) + $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)\..\..\..\About\Version.txt"))