.NET runtime version check #93278
-
I was wondering if there is any way to check if the currently installed .NET runtime is the latest version available? I know that the current version can be retrieved using We would like to warn our system administrators in our software if there is a new .NET version available. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Check releases on https://github.com/dotnet/installer/releases? |
Beta Was this translation helpful? Give feedback.
-
You can use the release-index.json file at https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json to get the latest version information. Updates for this file are maintained via https://github.com/dotnet/core/blob/main/release-notes/releases-index.json |
Beta Was this translation helpful? Give feedback.
You can use the release-index.json file at https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json to get the latest version information.
Updates for this file are maintained via https://github.com/dotnet/core/blob/main/release-notes/releases-index.json