Directory.Build.targets 208 B

12345
  1. <Project>
  2. <PropertyGroup Condition="$([MSBuild]::VersionGreaterThanOrEquals($(NETCoreSdkVersion), '7.0'))">
  3. <DefineConstants>$(DefineConstants);NET7SDK</DefineConstants>
  4. </PropertyGroup>
  5. </Project>