CommunityToolkit/ColorCode-Universal

Nuget installation issues targeting .Net Framework 4.5.2

mhmedlemine opened this issue · 0 comments

Hello, i tried to add the ColorCode.HTML to my wpf project using the NuGet Package Manager Console but got this error :
"Install-Package : Could not install package 'ColorCode.HTML 2.0.6'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:16

  • Install-Package <<<< ColorCode.HTML -IgnoreDependencies
  • CategoryInfo : NotSpecified: (:) [Install-Package], Exception
  • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand".

I couldn't find any solutions from the internet, please help!!