Use a consistent rootfs location (#2005)
[platform/upstream/dotnet/runtime.git] / Directory.Build.targets
1 <Project>
2
3   <PropertyGroup>
4     <!--
5     For non-SDK projects that import this file and then import Microsoft.Common.targets,
6     tell Microsoft.Common.targets not to import Directory.Build.targets again
7     -->
8     <ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
9   </PropertyGroup>
10
11   <Import Project="$(RepositoryEngineeringDir)/liveBuilds.targets" />
12   <Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(SkipImportArcadeSdkFromRoot)' != 'true'" />
13
14   <PropertyGroup>
15     <!--
16       Define this here (not just in Versions.props) because the SDK resets it
17       unconditionally in Microsoft.NETCoreSdk.BundledVersions.props.
18     -->
19     <NETCoreAppMaximumVersion>$(MajorVersion).$(MinorVersion)</NETCoreAppMaximumVersion>
20   </PropertyGroup>
21
22 </Project>