From 5f957cb471841baaa173c1728dc454e7809c43b7 Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Tue, 22 Mar 2022 15:00:02 +0100 Subject: [PATCH] VectoCore: Added missing Annotations package --- VectoCore/VectoCore/VectoCore.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj index af2f69b5d9..5c63e7a7d0 100644 --- a/VectoCore/VectoCore/VectoCore.csproj +++ b/VectoCore/VectoCore/VectoCore.csproj @@ -22,12 +22,14 @@ <PackageReference Include="System.ValueTuple" Version="4.5.0" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Windows.Forms.DataVisualization" /> + <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)'=='net48'"> <Reference Include="Microsoft.VisualBasic" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Windows.Forms.DataVisualization" /> + <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> </ItemGroup> <ItemGroup> -- GitLab