I was unable to find information about this on google or stack overflow. Ideally I would like to be able to work on web application on my MacBook while I'm not at home and then use GitHub to make the code available on my Windows computer while I'm home. My current problem is that dotnet command doesn't create a project file that can be opened by VS on my Windows machine. Is there a way to switch between computers easily without using VS Code on Windows?
Asked
Active
Viewed 58 times
1
-
This does answer my question ^^ Thanks! – mcjcloud Sep 13 '16 at 01:53
-
VS 2015 can open project.json. It gona create a .xproj. You can create a blank solution and add your project.json files in it. VS Code opens folders so it's compatible. – agua from mars Sep 13 '16 at 06:28