eng/common/internal/Directory.Build.props (7 lines of code) (raw):

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