warrenbuckley / Umbraco-VS-New-Project

Allows you to easily create a new Umbraco project and fetches the latest version from NuGet
2 stars 4 forks source link

Upgraded solution to work with VS2013 #7

Closed shaundodimead closed 9 years ago

shaundodimead commented 9 years ago

Hi,

I modified this to make it work with VS2013. Having done so (at least in my case) I can use it to create new 2013 based Umbraco 7.0.0 projects.

On creating a fresh project I had to

Update-Package Microsoft.AspNet.WebApi -Version 4.0.30506

based on

https://our.umbraco.org/forum/getting-started/installing-umbraco/48351-Umbraco-703-is-totally-broken-after-fresh-nuget-install

I dont know how or where to change the nuget sources for the generated projects to use this version instead, but issuing the above made it work anyway!

Hope this is useful to someone

warrenbuckley commented 9 years ago

HI @shaundodimead I don't have the time to test this fully & unfortunately this project has been a bit neglected to me due to change of circumstances with our new arrival to the family.

I trust that the stuff you have done works and I will merge this in. I just wish I had set this project to use AppVeyor or similar so a new extension could be built out.

Thank you for your Pull Request