12931ba320
Don't import the root Directory.Build.props during update-dependencies because it imports generated .props files that don't exist outside of the build.
(cherry picked from commit 0491fd3826
)
8 lines
313 B
XML
8 lines
313 B
XML
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!--
|
|
Empty Directory.Build.props so the repo's root Directory.Build.props isn't imported,
|
|
since it imports generated .props files that aren't necessary for update-dependencies.
|
|
-->
|
|
|
|
</Project>
|