c# - .NET Core output directory does not include platform -


i working on .net core project on visual studio 2015.

when build project (webapi project) see output being built bin\debug\net461

but when try debug program, seems msvs2015 expects running assembly bin\debug\net461\win7-x64.
edit error message : the debug executable 'd:\...\bin\debug\net461\win7-x64\addyourswebapi.exe' debug profile not exist.

i find hard figuring how either tell vs run without platform dir(win7-x64),
or either, build output include platform dir.

please help.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -