Directory.Build.props 196 B

12345
  1. <Project>
  2. <PropertyGroup>
  3. <PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)build-intermediate/nuget</PackageOutputPath>
  4. </PropertyGroup>
  5. </Project>