How to include/copy Framework dependencies to build.
Open
Investigate
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Referring to issue logged here : https://github.com/dotnet/wpf/issues/7751
I want to include/copy Accessibility.dll to my build folder. I tried several option from MSBuild properties resulting few of the path value being hardcoded. Runtime its referring from
#### C:/Program Files/dotnet/packs/Microsoft.WindowsDesktop.App.Ref/**8.0.8**/ref/net8.0/Accessibility.dll
How can change csproj settings so it will copy this dll to build.
I already tried
#### $(NetCoreRoot)/packs/Microsoft.WindowsDesktop.App.Ref/**8.0.8**/ref/net8.0/Accessibility.dll (8.0.8 & net8.0 is hardcoded)
Contributor guide
Assessment
This issue has not been assessed yet.