dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Home Page:https://asp.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restore fails

danirzv opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

when i try to run restore.cmd it fails as blow

PS D:\Git\aspnetcore> ./restore.cmd
Building of C# project is enabled and has dependencies on NodeJS projects. Building of NodeJS projects is enabled since node is detected in C:\Program Files.
Attempting to install 'sdk v9.0.100-preview.5.24262.2' from public location.
dotnet-install: Downloading from "primary" link has failed with error:
Uri: https://dotnetcli.azureedge.net/dotnet/Sdk/9.0.100-preview.5.24262.2/dotnet-sdk-9.0.100-preview.5.24262.2-win-x64.zip
StatusCode: 404
Error: Unable to download https://dotnetcli.azureedge.net/dotnet/Sdk/9.0.100-preview.5.24262.2/dotnet-sdk-9.0.100-preview.5.24262.2-win-x64.zip. Returned HTTP status code: 404 Downloading from "legacy" link has failed with error:
Uri: https://dotnetcli.azureedge.net/dotnet/Sdk/9.0.100-preview.5.24262.2/dotnet-dev-win-x64.9.0.100-preview.5.24262.2.zip

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response