Hello Aspose
We’re developing a project that references many Aspose components, including Aspose.Email
Our project targets .NET Framework 4.6.2
Our project also includes references to the following:
PresentationCore 4.0.0.0
PresentationFramework 4.0.0.0
ReachFramework 4.0.0.0
We like to keep our Aspose NuGet packages up to date so when I checked today I found that our Aspose package for Aspose Email could be updated from 20.12.0 to 21.1.0
When I updated those NuGet packages I found that the 3 references I mentioned above are changed and they now reference the 3.0.0.0 versions of these packages. What’s more, these target only an x86 architecture so when I try to rebuild the project targeting the 64-bit platform I get warnings about mismatches there, and to add to the problems the system appears to then no longer recognise references to standard controls such as System.Windows.Controls.Calendar causing the build to fail both in x86 as well as in x64 configurations
Obviously we cannot use Aspose.Email 21.1.0 as it currently stands and we had to revert back to using build 20.12.0
Can this please be corrected?
Many thanks