Skip to content
Discussion options

You must be logged in to vote

Boa tarde, @DiegoDevFer, como vai?

Não sei por que, mas algumas vezes quando instalamos o .NET no Windows, ele não registra o Nuget.org como fonte de pacotes automaticamente.

Desta forma, você precisa executar esta linha aqui no seu terminal antes:

dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org

Feito isto, basta executar um dotnet restore no seu projeto que deve funcionar.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DiegoFernandes26
Comment options

@oseiasmribeiro
Comment options

@SamirMMBr
Comment options

Answer selected by andrebaltieri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants