Cannot install nuget package
yatsen opened this issue · 4 comments
yatsen commented
below is the log:
Install-Package : Could not install package 'MetroRadiance.Core 2.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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:1
- Install-Package MetroRadiance
-
- CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Grabacr07 commented
Sorry, MetroRadiance supports only .NET 4.6 or later.
TekuSP commented
Nuget failing at 4.8.
ilharp commented