jedisct1 / libsodium

A modern, portable, easy to use crypto library.

Home Page:https://libsodium.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sachin-shitole-paccar opened this issue · comments

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

Raised this bug for Sodium.Core library.