Closed wjk closed 4 years ago
You will need to change ..\lib to ..\..\lib in the following lines:
..\lib
..\..\lib
https://github.com/gix/PresentationTheme.Aero/blob/1a12470ad5e381135c1cf3a8352813f4d27893ad/Source/PresentationTheme.Aero.targets#L7-L12
Without this change, the assemblies will not be copied into the output directory because MSBuild looks for them in the wrong location, therefore breaking use of this library on .NET Framework. Thanks!
Thanks for the report. This should be fixed in 0.6.2.
You will need to change
..\lib
to..\..\lib
in the following lines:https://github.com/gix/PresentationTheme.Aero/blob/1a12470ad5e381135c1cf3a8352813f4d27893ad/Source/PresentationTheme.Aero.targets#L7-L12
Without this change, the assemblies will not be copied into the output directory because MSBuild looks for them in the wrong location, therefore breaking use of this library on .NET Framework. Thanks!