- Filename is case sensitive on linux.
- Pay attention to the
Import
for casecading.
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<LangVersion>11.0</LangVersion>
</PropertyGroup>
</Project>