MSBuildForUnity icon indicating copy to clipboard operation
MSBuildForUnity copied to clipboard

Reconcile Dependencies.csproj & CopyLocalLockFileAssemblies

Open andreiborodin opened this issue 6 years ago • 0 comments

In 0.8.2 I submitted a fix to ensure NuGet packages are copied over correctly for Dependencies.csproj project under .NET Standard 2.0. The fix was basically to set "CopyLocalLockFileAssemblies" to true.

This shouldn't be needed as MSBuildForUnity props file should already do this, so we need to understand what needs to be done here and do the correct fix.

This is the file: https://github.com/microsoft/MSBuildForUnity/blob/master/Source/MSBuildTools.Unity/Packages/com.microsoft.msbuildforunity/Editor/ProjectGenerator/MSBuildTemplates/DependenciesProjectTemplate.g.props.template

andreiborodin avatar Nov 27 '19 19:11 andreiborodin