ligershark / CoreTemplatePack

A collection of .NET Core project templates
Other
82 stars 17 forks source link

Visual Studio 2017? #31

Open pappasa opened 7 years ago

pappasa commented 7 years ago

Is there a version for Visual Studio 2017?

mchubby commented 7 years ago

This template pack uses .xproj/project.json, but vs2017 now only supports .csproj, so it probably need adjustments. You can however, generate the project in vs2015, then open the solution in vs2017.

(Make sure you backup first, and that .net core SDK and runtime are up to date)

DDAndyChen commented 7 years ago

This works for VS2017.