DNN.Templates
DNN.Templates copied to clipboard
.VSIX installation support added for Visual Studio 2015 Express
The .VSIX only supports Community version on Visual Studio 2015. Now I have added the installation support for Visual Studio 2015 Express as well.
@karthikeyanmlp, The templates will need to be compatible with VS 2012 and VS 2013 as well. Can you update the compatible version accordingly?
Sorry, but this is not something I plan to support. It's open source though, so you can make changes yourself. Try modifying the vsixmanifest file (in the VSIX download) (extract it like a zip file)
FYI:
- Latest Dnn Template(MVC/SPA) was released for VS2015 with .Net 4.5+
- Try modifying the "Version" from
<InstallationTarget>
and<Dependency>
on vsixmanifest file