Closed ewilde closed 9 years ago
For now we are not going to target VS2012 specifically.
If you run crane init SallyFx
and open it in VS2012 it won't compile. This is because the nuget restore behaviour changes between VS2012 and VS2013. We rely on the automatic restore behaviour in VS2013. However if you run .\build.ps1
first in powershell it will compile as that runs the nuget restore for you.
I will add this to the http://docs.cranebuild.com/en/latest/faq/
Currently if you run
crane init proj
and try to build it in VS2012 nuget restore doesn't work. Should we target VS2012 in a future release?