Description
Hi,
I'm following the readme. When I attempt installation in .NET CLI,
dotnet add package seven-api
this happens:
info : Adding PackageReference for package 'seven-api' into project 'C:\lc\core\src\Services\Messaging\Messaging.API\Messaging.API.csproj'.
info : GET https://api.nuget.org/v3/registration5-gz-semver2/seven-api/index.json
info : NotFound https://api.nuget.org/v3/registration5-gz-semver2/seven-api/index.json 344ms
info : GET https://api.nuget.org/v3/registration5-gz-semver2/seven-api/index.json
info : NotFound https://api.nuget.org/v3/registration5-gz-semver2/seven-api/index.json 219ms
error: There are no versions available for the package 'seven-api'.
When I attempt installation using the nuget package manager,
Install-Package seven-api
this happens:
Install-Package : Unable to find package 'seven-api'
Expected: The package is installed.