Proj0811: Directory.Build.props and Directory.Packages.props should be in the same directory
Both Directory.Build.props
as Directory.Packages.props
allow to share MSBuild
configuration over multiple project files. To prevent confusion, when using both
(the latter logically is only used when Central Package Management
has been enabled), should be put in the same directory.