webjaved
08/31/2023, 1:57 PMNuGet\Install-Package : Could not install package 'Microsoft.AspNetCore.Authentication.MicrosoftAccount 7.0.10'. You are trying to install this package into a project that targets
'.NETFramework,Version=v4.7.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:1
+ NuGet\Install-Package Microsoft.AspNetCore.Authentication.MicrosoftAc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Do I need to change the target framework in my local Umbraco 8 project? If so, how do I do this?
I feel a little lost here 😕Owain Jones
08/31/2023, 3:07 PMwebjaved
08/31/2023, 3:33 PM