aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
258 stars 124 forks source link

Restore failed for ASP.NET Core project (web, webpai and mvc) for "Unable to resolve 'Libuv (>= 1.10.0-preview1-22038)' for '.NETCoreApp,Version=v2.0'" #1032

Closed srivatsn closed 7 years ago

srivatsn commented 7 years ago

From @MiaomiaoHuangfu on April 24, 2017 7:45

Expected result: create ASP.NET Core web Application succeeded, auto restore succeeded with no errors. Actual result: Create ASP.NET Core web Application succeeded, but restore failed with error "Unable to resolve 'Libuv (>= 1.10.0-preview1-22038)' for '.NETCoreApp,Version=v2.0'. NuGet package restore failed." webrestorewitherros Note: restore failed with same error as well when creating web empty or Web API project which targeting ASP.NET Core 2.0

Test on d15prerel.26421.06 OS: windows 10 X64

Copied from original issue: dotnet/project-system#2059

mlorbetske commented 7 years ago

This has been fixed by the ASP.NET team, Libuv had not been appropriately mirrored to their MyGet feeds