Skip to content

Conversion to Visual Studio 2017

Barry Luijbregts edited this page Mar 16, 2017 · 1 revision

Conversion to Visual Studio 2017

If you are using Visual Studio 2017, you can still use the solution. Open it as you normally would. Now, you are presented with the following dialog:

Click OK and the projects and solutions will be converted to work with Visual Studio 2017. The biggest difference is that VS2017 uses .csproj project files for the .NET Core projects, instead of project.json files.

Clone this wiki locally