dotnet / dotnet/wpf

How to include/copy Framework dependencies to build.

Open
#9,992 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.