wet-boew/cdts-DotNetTemplates

,netframework version does not support latest dependencies

Closed this issue · 2 comments

I got compiling error since VS keeps looking for system.web.mvc version 5.2.7 that you use but the latest is 5.2.9 which is the one we use
I notice that all your dependencies are out of date
so even if you upgrade system.web.mvc to 5.2.9 but do not upgrade others, we may get other errors later as well (visual studio only display a few errors at a time)

Fixed as part of #19