Skip to content

make props target depend only on package.xml files

Previously, any change anywhere in the Packages dir would make MSBuild rerun the props target. Now it should only rerun when a package.xml file specifically referenced by a csproj file is referenced.

Closes #520 (closed)

Edited by Alexander Nørskov Larsen

Merge request reports