Make all package references private so that they get copied to bin
This commit is contained in:
parent
3059e299f5
commit
9cdf630f19
|
|
@ -615,6 +615,7 @@ functions
|
||||||
<Reference Include=""{0}"">
|
<Reference Include=""{0}"">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\{1}</HintPath>
|
<HintPath>..\..\{1}</HintPath>
|
||||||
|
<Private>true</Private>
|
||||||
</Reference>", AssemblyName.GetAssemblyName(dllPath).FullName, dllPath.Substring(dllPath.IndexOf("packages")));
|
</Reference>", AssemblyName.GetAssemblyName(dllPath).FullName, dllPath.Substring(dllPath.IndexOf("packages")));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue