Stuck on dotnet restore in .NET 6 #3337
Unanswered
Neo-Ciber94
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I have the same issue, I'm stuck unless Google comes through |
Beta Was this translation helpful? Give feedback.
0 replies
-
Having exactly the same problems right after migrating from netcoreapp3.1 to net6.0. The reason is in the net6.0 platform, since there is no problem when returning back to 3.1. |
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.
-
I'm trying to build a dotnet 6 images but is stuck during
dotnet restore
Here my Dockerfile:
Output of the console:
This is my
.csproj
This is an old attemp:

I read that this could be related to firewall checking each package but this never happen me before or in other .NET project I tested
Beta Was this translation helpful? Give feedback.
All reactions