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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -