aspnetcore/test/testapps/Directory.Build.props

8 lines
277 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>