Use Directory.Build.props only (#17910)

This commit is contained in:
Viktor Hofer 2023-12-05 15:08:27 +01:00 committed by GitHub
parent 601a041eea
commit 42d047d9f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 20 deletions

View file

@ -1,7 +1,10 @@
<Project> <Project>
<!-- <!-- This is an empty Directory.Build.props file to prevent projects which reside
Prevent repo src automatic Directory.Build imports from finding source-build infra. under this directory to use any of the repository local settings. -->
--> <PropertyGroup>
<ImportDirectoryPackagesProps>false</ImportDirectoryPackagesProps>
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
</PropertyGroup>
</Project> </Project>

View file

@ -1,7 +0,0 @@
<Project>
<!--
Prevent repo src automatic Directory.Build imports from finding source-build infra.
-->
</Project>

View file

@ -1,7 +1,10 @@
<Project> <Project>
<!-- <!-- This is an empty Directory.Build.props file to prevent projects which reside
Prevent repo src automatic Directory.Build imports from finding source-build infra. under this directory to use any of the repository local settings. -->
--> <PropertyGroup>
<ImportDirectoryPackagesProps>false</ImportDirectoryPackagesProps>
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
</PropertyGroup>
</Project> </Project>

View file

@ -1,7 +0,0 @@
<Project>
<!--
Prevent repo src automatic Directory.Build imports from finding source-build infra.
-->
</Project>