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

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

[VectoCommon] Version condition for ComponentModel.Annotations

parent a486524f
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,9 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.13" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Condition="'$(TargetFramework)'=='net45'" Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Condition="'$(TargetFramework)'=='net45'" Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Condition="'$(TargetFramework)'=='net48'" 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