Packager.References Property

MSBuild Extension Pack

PackagerReferences Property MSBuild Extension Pack Help 4.0.12.0
Gets or sets the References files or the files which are added as reference by default. The collection should only contain the names of the files and not the path.

Namespace: MSBuild.ExtensionPack.NuGet
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Examples

<references>
    <reference file="xunit.dll" />
    <reference file="xunit.extensions.dll" />
</references>
See Also

Reference