aspnet / Templates

This repo is OBSOLETE - please see the README file for information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not open in Visual Studio for Mac

daspuru opened this issue · comments

Hi,

Is there a way to open these solutions in Visual Studio for Mac?

Opening Templates.Test gives the following errors (See image below)

screen shot 2017-04-14 at 12 18 41 am

Thanks

It looks like dotnet migrate should be run on these projects to create csproj files for VS to open. It'd probably be ideal if it ran it for you.

@phenning it looks like there are xprojs being generated here - is that right?

/cc @mhutch

Yes, VS for Mac does not support project.json, you should upgrade to csproj.

All issues in this repo are being closed because this repo is no longer in use. Please see the readme for more information: https://github.com/aspnet/Templates/blob/dev/README.md.