mhutch / MonoDevelop.AddinMaker

Extension to make it easier to create Visual Studio for Mac / MonoDevelop extensions
MIT License
50 stars 26 forks source link

"Please remove TargetFrameworkVersion from your project" when creating new add-in project #41

Closed danwaters closed 7 years ago

danwaters commented 7 years ago

Building an Addin project currently throws this error: Error: Please remove TargetFrameworkVersion from your project file

Removing the <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> node from the project file makes it unloadable in XS.

Judging by the source code, this error is thrown when TargetFrameworkVersion != the addin maker version, but the addin version is set to 4.6.1 so this condition is always false.