Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am having some issues! #168

Open
TuberAsk opened this issue Feb 12, 2024 · 5 comments
Open

I am having some issues! #168

TuberAsk opened this issue Feb 12, 2024 · 5 comments

Comments

@TuberAsk
Copy link

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.

@Caritusy
Copy link

As the report says, the .NET version you using is too old.
The Package required for least .NETStandard 2.1.
So,do update.

@erfg12
Copy link
Owner

erfg12 commented Feb 14, 2024

@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

@Caritusy
Copy link

@erfg12 I mean the .NETStandard version.

@erfg12
Copy link
Owner

erfg12 commented Feb 15, 2024

.NET Framework 2.0? I would use 4.5+ @TuberAsk

@TuberAsk
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants