VS 2019 (Community is free : downloads)
See : Tutorial: Create a .NET console application using Visual Studio
Visual Studio version for .net core application
Prabs
1
Reputation point
Hi,
I am going to develop .NET core console application.
For that, Which Visual Studio development version is better for .NET core console application?
Currently i have Visual Studio 2015 and 2017 in my machine.
Please help me on this.
2 answers
Sort by: Most helpful
-
Castorix31 86,496 Reputation points
2021-03-10T07:31:50.453+00:00 -
Dylan Zhu-MSFT 6,421 Reputation points
2021-03-10T08:50:38.233+00:00 Hi Prabs,
The visual studio 2017 is better. You can develop with .net core 2.1, which is under long term support.
But visual studio 2015 just supports .net core 1.0, which is out of support. The reference: https://dotnet.microsoft.com/download/dotnet Best Regards, Dylan
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**