I am having some issues!
Severity Code Description Project File Line Suppression State Error Could not install package 'Memory.dll.x86 1.2.26'. You are trying to install this package into a project that targets '.NETFramework,Version=v2.0', 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.
As the report says, the .NET version you using is too old. The Package required for least .NETStandard 2.1. So,do update.
@Caritusy What do you mean? According to Microsoft .Net standard 1.0-2.1 is all compatible with everything up to .NET 8. https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0
@erfg12 I mean the .NETStandard version.
.NET Framework 2.0? I would use 4.5+ @TuberAsk
I am still getting this error when I use 4.7.2.
Severity Code Description Project File Line Suppression State Error Could not install package 'Memory.dll.x86 1.2.26'. 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.