jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

Sodium.Core Nuget package version 1.3.4 is not getting installed in .Net 4.8 project #1355

Closed sachin-shitole-paccar closed 4 months ago

sachin-shitole-paccar commented 4 months ago

When I am trying to install, Sodium.Core nuget package version >= 1.3.0 in .Net 4.8 project, I am getting following error. However older version of Sodium.Core nuget package is getting installed.

Could not install package 'libsodium 1.0.19'. 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.

image

Do you know what could be the reason? Is this library not suppose to use in .Net 4.8 project?

Thank you, Sachin

sachin-shitole-paccar commented 4 months ago

Raised this bug for Sodium.Core library.