ZeroQL icon indicating copy to clipboard operation
ZeroQL copied to clipboard

Compatibility

Open GautierT opened this issue 1 year ago • 2 comments

Hi. When I try to add ZeroQL Nuget on Visual Studio I have this error :

Could not install package 'ZeroQL 1.2.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', 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.

I'm new to C# et .NET dev so any guidance will be much appreciated ;)

Thanks.

GautierT avatar Aug 31 '22 08:08 GautierT

This library utilizes features from net6.0, such as CallerArgumentExpression. As a result, it is not compatible with the .Net Framework.

byme8 avatar Aug 31 '22 10:08 byme8

If you want to use the library, you must create a net6.0 project.

byme8 avatar Aug 31 '22 10:08 byme8