Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my nuget packages I use the repository provided by my Visual Studio subscription.
My nuget.config looks like:
When I try to update the uno-check I get the next error:
And sometimes other similar messages when I use
dotnet new
to generate a new Uno application. Usually when it executesdotnet restore
Then I have no other option than edit nuget.config and remove or comment this line:
and when I have executed the command, edit it again and remove the comment.
Is there a way to avoid it?
Beta Was this translation helpful? Give feedback.
All reactions