api to download the latest .netcore exe file

Krithika K 0 Reputation points
2023-04-12T08:13:07.3366667+00:00

Is there any api, which we can use to download the latest .netcore exe file that is released ? Currently, we are planning to have a service created to upgrade our system with the latest released version. It will be helpful for us, if there is a api which would download the exe for us. Is there any feature available currently ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,650 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jiale Xue - MSFT 43,046 Reputation points Microsoft Vendor
    2023-04-12T09:41:48.5933333+00:00

    Hi @Krithika K ,Welcome to Microsoft Q&A.

    Don't know the api, but you can refer to this link:Install .NET on Windows.

    You need to use it according to the system you need. At present, if you don't want to go directly to the official website to download the exe for free, you can use the command line to download it.

    You can also use: https://github.com/dotnet/runtime/releases/latest to get the latest resources.

    Best Regards,

    Jiale


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments