Directory.Build.props 408 B

1234567891011
  1. <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
  2. <Project>
  3. <PropertyGroup>
  4. <ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
  5. <ImportDirectoryPackagesProps>false</ImportDirectoryPackagesProps>
  6. </PropertyGroup>
  7. <Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
  8. </Project>