Gianina Palermo
Gianina Palermo

Reputation: 41

VB asp.net to .net core

I've a asp.net web application written in VB using Visual Studio 2013. Can I make it multiplatform using .net core? Should I get Visual Studio 2017 or can stay using 2013? thank you!

Upvotes: 4

Views: 310

Answers (1)

Alexan
Alexan

Reputation: 8637

Right now ASP.NET Core not available for VB.NET.

Please see this forum:

At the present time there is no firm or set time for this feature.

It's planned and has been mentioned as being on the roadmap, but at present it doesn't look like it can even be supported.

See readmap.

You can use C# or F#.

And you need VS 2017 (or VS Code) for .NET Core.

Is it possible to use VS 2015 Update3, but not recommended, because they changed json project to MSBuild.

UPDATE: With .NET Core 2 release, now it's possible to use VB.NET in .NET Core, but not yet in ASP.NET:

enter image description here:

Upvotes: 3

Related Questions