Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Core development with VS 2012? [closed]

Can I develop .NET Core projects with VS 2012 or do I need VS 2015+? What are the system requirements or components needed?

like image 569
Robin Rodricks Avatar asked Dec 18 '22 11:12

Robin Rodricks


1 Answers

No you can't. You need VS 2015 + Update 3.

.NET Core development on Windows with Visual Studio requires:

  • Visual Studio 2015 Update 3.3 or later
  • NuGet Manager extension for Visual Studio
  • .NET Core Tooling Preview 2

~ .NET Prereqs

like image 70
Robin Rodricks Avatar answered Dec 24 '22 01:12

Robin Rodricks