Page 1 of 1

Cannot install Steema.TeeChart.NET 4.2023.7.5 nuget package for .NET Framework 4.8 WinForms application

Posted: Tue Aug 01, 2023 11:44 am
by 15685014
Hello.
Just created a new WinForms application targeting .NET Framework 4.8.
When I try to install Steema.TeeChart.NET 4.2023.7.5 nuget package - I get an error:
Unable to resolve dependency 'SixLabors.Fonts'. Source(s) used: 'nuget.org', 'Microsoft Visual Studio Offline Packages'.
If I retarget my project to .NET Framework 4.0 - that package install without any errors.
Also Steema.TeeChart.NET 4.2023.6.19 nuget can be installed without any errors (even for .NET Framework 4.8).
Is that a bug or a documented feature?

Re: Cannot install Steema.TeeChart.NET 4.2023.7.5 nuget package for .NET Framework 4.8 WinForms application

Posted: Tue Aug 01, 2023 1:41 pm
by Christopher
Hello,

it's a bug in NuGet, as documented here. The workaround I use is to use the Package Manager Console, i.e.

Code: Select all

PM> NuGet\Install-Package Steema.TeeChart.NET -Version 4.2023.7.5 -IncludePrerelease