From 741ccaacae16d961e22ad5a088bb66a163912111 Mon Sep 17 00:00:00 2001
From: Lorenz Stechauner <lorenz.stechauner@necronda.net>
Date: Fri, 19 Jan 2024 15:50:50 +0100
Subject: [PATCH] Test: Update target once again

---
 Tests/Tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index 0a9142b..9983082 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -13,7 +13,7 @@
     <EmbeddedResource Include="Resources\*.sql" />
   </ItemGroup>
 
-  <Target Name="PreBuild" BeforeTargets="CoreCompile" DependsOnTargets="PrepareForBuild">
+  <Target Name="PreBuild" BeforeTargets="BeforeCompile">
     <Exec Command="call fetch-resources.bat" />
   </Target>