{ "version": "8.0.300", "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/8.0.300/dotnet-sdk-8.0.300-win-x64.zip", "hash": "sha512:c287cbd4084d381f715029be2878c2d9a326b47140d3636b1356c01ce28d887550d9629ca4bdb4029d2985955c48a22334bba8e628218e13ec0ae7d0a2c3407b" }, "32bit": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.300/dotnet-sdk-8.0.300-win-x86.zip", "hash": "sha512:d9956693e6d583b63fa5bd3f2bd570140c993c1c2ad8475c8e6cd43726fe291fbdb96e0177a7d88f511e4a3b75ca35bc2f531c562755f4b36bb06fc1b6579e68" }, "arm64": { "url": "https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.300/dotnet-sdk-8.0.300-win-arm64.zip", "hash": "sha512:46a3909a070203a499e924c790fc42cbc6c4faf1b83e327ae746306478fb3b2d9eaae5c6492344803ca55c1858677cb7b16b1c6347847e4f680d0ef18b0b4e16" } }, "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[?(@.support-phase == 'active')].latest-sdk", "regex": "([\\d.]+)" }, "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" } } }