recently i've developed in visual studio asp.net web application based on .net core 1.0 , .net framework 4.5.1
this application produces .exe file, main issue i've not been able find anywhere change icon of compiled executable in project
in normal windows application icon can set in visual studio right-clicking on main project, go in "properties" can specify icon , manifest
i've seen in "project.json" file possible specify "iconurl" inside "packoptions" section seems work when target nuget package , not exe case
any suggestions on how achieve this?
thanks in advance,
david
it not seem implemented @ moment. there issue regarding @ dotnet/cli github repository, milestone set backlog.
Comments
Post a Comment