Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 5f957cb4 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

VectoCore: Added missing Annotations package

parent e612ebde
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment