You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: