dotnet / dotnet/project-system
Configuration Manager doesn't reflect PlatformTarget
Open
Feature-Configurations
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
I'm using VS 2017 15.3.2.
With this csproj:
```
Exe
net47
x64
```
The project properties window correctly displays Platform target: x64, but Configuration Manager (Build, Configuration Manager...) does not. Instead, it shows Any CPU.
Contributor guide
Assessment
This issue has not been assessed yet.