{ "version": "10.0.103", "description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications.", "homepage": "https://www.microsoft.com/net/", "license": "MIT", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x64.zip", "hash": "sha512:519a011b2a41d50ff9a7ec6cdbe3927f19990c25efebb42860837c49953be904adac5bc1ff073ed80854a98ef9dbe54c00e2c9db84d84ba2dccd09f8e2261bf6" }, "32bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x86.zip", "hash": "sha512:00524b9c1a82724942886d4408b12374a518fd514216298a8e59e546bd47e3943681aecdafb6bf4cd837587ddbf00391126ca9caa13398e618efe262a1409d42" }, "arm64": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-arm64.zip", "hash": "sha512:d0c14d87fd3c3a48807e97634e585dd80e7e46be681dfde29bdb3971d1ca1b114b0c49e26807df1ac0370906e9356749150e396bacd6abe121ac6db4a8c67ab4" } }, "env_add_path": ".", "env_set": { "DOTNET_ROOT": "$dir", "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks" }, "pre_uninstall": "info 'If the uninstall fails with a message saying that access is denied, you may need to log out of your current account, log back in and try again.'", "checkver": { "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json", "jsonpath": "$..releases-index[?(@.release-type == 'lts' && @.support-phase == 'active')].latest-sdk" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip" }, "32bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip" }, "arm64": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-arm64.zip" } }, "hash": { "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/$majorVersion.$minorVersion/releases.json", "regex": "(?s)$basename.*?$sha512" } } }