How to convert my vb.net project into .NetCore .
I have used .NET Portability Analyzer extension from the Visual Studio Marketplace and it shows most of the solutions have more than 90% portability.
.NetCore supports VB and I assume no code change is required for conversion. But I didn't get any option to convert my vb project to .NetCore .My project is in .Net Framework 4.5 . Do I need to convert to latest .Net Framework before conversion? Is there any visual studio plugins available for conversion (to .net framework and then to .Net Core)?
Thanks in advance .