Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Console Application manifest icon is not updated for .Net Core

I have a console application using .Net Core 2.1. I added an icon through Properties -> Application Tab -> Icon and manifest. It displaying only the default ICON instead of new one.

But It works for .net framework console applications. Any idea to resolve it. Thanks in advance!

like image 801
Shoba Avatar asked Oct 11 '18 07:10

Shoba


1 Answers

This is a planned feature for .NET Core 3.0, which will be able to do this for the app host (.exe) deployed for windows-specific and windows self-contained applications (at least when building on windows). Until then, there is no built-in way to change the icon.

like image 86
Martin Ullrich Avatar answered Sep 21 '22 13:09

Martin Ullrich