ewilde / crane

Crane creates builds scripts so you don't have to
http://blog.cranebuild.com
Apache License 2.0
6 stars 2 forks source link

[crane] should we target VS2012? #57

Closed ewilde closed 9 years ago

ewilde commented 9 years ago

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?

ewilde commented 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.

ewilde commented 9 years ago

I will add this to the http://docs.cranebuild.com/en/latest/faq/