mono - How to target .Net Core from Visual Studio? -


the answer here suggests target .net core.

i've installed visual studio 2015 community edition , mono runtime. list of target frameworks in visual studio looks way (no .net core):

what should next?

enter image description here

had same problem. mistake chose template windows -> console application instead of web -> console application when created new project. screenshot looks did same.

depends on need. in case found in latest update vs 2015 there's option of class library (portable) more suitable.

a useful add-on vs 2013 , 2015 .net portability analyzer check code: https://visualstudiogallery.msdn.microsoft.com/1177943e-cfb7-4822-a8a6-e56c7905292b?src=vside


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -