Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 481 Bytes

debugging.md

File metadata and controls

7 lines (4 loc) · 481 Bytes

Debugging

There should be two debug profiles available in VS drop down

However due to VS 2017 RC4 bug it seems that it's impossible to choose as of 2/19/2017. If you want to change it then please edit the project file (.csproj) and set your order - the first framework moniker is always used. <TargetFrameworks>netcoreapp1.1;net461</TargetFrameworks>