Directory.Build.targets 177 B

12345
  1. <Project>
  2. <PropertyGroup Condition="$(NETCoreSdkVersion.StartsWith('7.0'))">
  3. <DefineConstants>$(DefineConstants);NET7SDK</DefineConstants>
  4. </PropertyGroup>
  5. </Project>