Browse Source

Do not include System.ComponentModel.Annotations on net6+

pull/16303/head
Max Katz 2 years ago
parent
commit
00a520c711
  1. 2
      build/Binding.props

2
build/Binding.props

@ -1,5 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
</ItemGroup>
</Project>

Loading…
Cancel
Save