aspnetcore/samples/Directory.Build.props

8 lines
274 B
XML

<Project>
<PropertyGroup>
<!-- Workaround for #261 which requires the bin and obj directory be in the project directory -->
<DisableArcadeProjectLayout>true</DisableArcadeProjectLayout>
</PropertyGroup>
<Import Project="..\Directory.Build.props" />
</Project>