From 1d4ca6d5f321b898138eca1996b482c8fa029d3e Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Fri, 11 Mar 2022 10:04:09 +0100 Subject: [PATCH] Removed VectoHashing Reference from VectoCoreTest project --- VectoCore/VectoCoreTest/VectoCoreTest.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VectoCore/VectoCoreTest/VectoCoreTest.csproj b/VectoCore/VectoCoreTest/VectoCoreTest.csproj index d92e40cdb6..c7cfb795a3 100644 --- a/VectoCore/VectoCoreTest/VectoCoreTest.csproj +++ b/VectoCore/VectoCoreTest/VectoCoreTest.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <RootNamespace>TUGraz.VectoCore.Tests</RootNamespace> <AssemblyName>VectoCoreTest</AssemblyName> - <TargetFrameworks>net5.0-windows</TargetFrameworks> + <TargetFrameworks>net5.0</TargetFrameworks> <DefineConstants /> </PropertyGroup> @@ -17,7 +17,6 @@ <ItemGroup> <ProjectReference Include="..\..\VectoCommon\VectoCommon\VectoCommon.csproj" /> - <ProjectReference Include="..\..\VectoCommon\VectoHashing\VectoHashing.csproj" /> <ProjectReference Include="..\VectoCore\VectoCore.csproj" /> </ItemGroup> -- GitLab