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.
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.