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

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -