dotnet / dotnet/project-system
Assembly reference not showing browse object in multi-target project when in non-primary configuration
Open
Feature-Dependency-Node
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
## Visual Studio Version
Version 17.6.0 Preview 3.0 [33529.503.main]
```xml
Exe
net7.0;net472
enable
enable
```
In this project `net472` is not the primary configuration. Expanding the dependencies tree to show the assemblies and selecting them fails to populate the _Properties_ pane with the browse object.

Note that changing the order of target frameworks "fixes" the issue.
Contributor guide
Assessment
This issue has not been assessed yet.