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
Post a Comment