diff --git a/VectoCore/VectoCoreTest/VectoCoreTest.csproj b/VectoCore/VectoCoreTest/VectoCoreTest.csproj index 06912012cee821d376e26f0e7e5435dd8b611450..aecf95815c6f15207ea64afc0ea4d0ca7a8ed3d9 100644 --- a/VectoCore/VectoCoreTest/VectoCoreTest.csproj +++ b/VectoCore/VectoCoreTest/VectoCoreTest.csproj @@ -6,6 +6,9 @@ <DefineConstants /> <Configurations>Debug;Release;MockupDebug</Configurations> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='MockupDebug|net6.0|AnyCPU'"> + <DebugType>full</DebugType> + </PropertyGroup> <ItemGroup> <PackageReference Include="NUnit" Version="3.13.2" />