Skip to content

Installing with .NET CLI and nuget package manager does not work #3

Closed
@dlatikaynen

Description

@dlatikaynen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions