aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Can not open in Visual Studio for Mac #839

Closed daspuru closed 6 years ago

daspuru commented 7 years ago

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

mlorbetske commented 7 years ago

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

mhutch commented 7 years ago

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

aspnet-hello commented 6 years ago

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.