From 79614661f8bc1ab5be373a7e5fa89d17999f2677 Mon Sep 17 00:00:00 2001 From: Austin Vandersluis Date: Mon, 1 Jan 2024 06:58:55 -0800 Subject: [PATCH] Fix merge error not finding dll --- src/Oxide.References.csproj | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/Oxide.References.csproj b/src/Oxide.References.csproj index b428a95..9b58882 100644 --- a/src/Oxide.References.csproj +++ b/src/Oxide.References.csproj @@ -39,33 +39,30 @@ $(NuGetPackageRoot)ILRepack\2.0.18\tools\ILRepack.exe - $(TargetDir)repack.log - $(TargetDir) - $(TargetDir)Oxide.References.dll + $(OutputPath)repack.log + $(OutputPath) + $(OutputPath)Oxide.References.dll - - - - + - + - + - + - + - + - +