cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Addin project templates target .NET 4.5.2 #61

Closed agc93 closed 7 years ago

agc93 commented 7 years ago

Creating a new addin project using the project template creates a project targeting .NET 4.5.2 (resulting in a NuGet package using lib/net452) which is not supported by Cake.

These projects should target .NET 4.5 (net45) instead.

agc93 commented 7 years ago

So there's no way to control this from the extension as it's all decided by the New Project dialog.

screenshot 29

May need to add a note to the documentation if this comes up more.