From 7d6167ea7fe1289695515e34064cabcbfee204bc Mon Sep 17 00:00:00 2001
From: Harald Martini <harald.martini@student.tugraz.at>
Date: Tue, 23 Aug 2022 10:30:04 +0200
Subject: [PATCH] enable AutoGenerateBindingRedirects in VectoCore

---
 VectoCore/VectoCore/VectoCore.csproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj
index 0eedfcf3bc..45e6e4ef40 100644
--- a/VectoCore/VectoCore/VectoCore.csproj
+++ b/VectoCore/VectoCore/VectoCore.csproj
@@ -5,6 +5,7 @@
     <TargetFrameworks>net45;net48;net6.0</TargetFrameworks>
     <DefineConstants />
     <Configurations>Debug;Release;MockupDebug;MockupRelease</Configurations>
+	<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
   </PropertyGroup>
 	<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='MockupDebug|net45|AnyCPU'">
     <DebugType>full</DebugType>
-- 
GitLab