From 879e5730327ad295dc42706b3a61a0bba8c38d97 Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Mon, 14 Feb 2022 13:29:03 +0100 Subject: [PATCH] [VectoConsole] Removed Reference to VectoCommon (not needed) --- VectoConsole/VectoConsole.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/VectoConsole/VectoConsole.csproj b/VectoConsole/VectoConsole.csproj index 10a31b3c3e..f8336812f0 100644 --- a/VectoConsole/VectoConsole.csproj +++ b/VectoConsole/VectoConsole.csproj @@ -26,7 +26,6 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\VectoCommon\VectoCommon\VectoCommon.csproj" /> <ProjectReference Include="..\VectoCore\VectoCore\VectoCore.csproj" /> </ItemGroup> </Project> \ No newline at end of file -- GitLab