Am use <PackageReference Include = "PackageName" Version = "*"/>
So everytime I build project I restore latest version. I got above syntax from Use local source code of NuGet package to debug and edit code
After many search. I don't know why? I try to unload, reload project. Restart Visual Studio, but when specify a normal version it loads normally? Why it hangs when try to restore latest version with above syntax? Did syntax above wrong?
The build status below are hangs on Restoring nuget packages....