dotnet / dotnet/project-system
Install Missing Features dialog shows when project contains misplaced ProjectReference
Open
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
**Visual Studio Version**:

**Steps to Reproduce**:
1. Create C# project with the following content:
```xml
Exe
netcoreapp2.1
```
2. When opened in VS it will be unloaded. Reload it.
**Expected Behavior**:
Error is reported that `ProjectReference` element is misplaced (not inside an `ItemGroup`).
**Actual Behavior**:

**User Impact**:
Contributor guide
Assessment
This issue has not been assessed yet.