mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
dotnet-sdk: Add an uninstall note and fix checkver (#4476)
* dotnet-sdk: Add an uninstall note * Update bucket/dotnet-sdk.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update dotnet-sdk.json * Update dotnet-sdk.json * Update dotnet-sdk.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
1c05afbb65
commit
79e0b98ee1
@ -25,9 +25,10 @@
|
|||||||
"DOTNET_ROOT": "$dir",
|
"DOTNET_ROOT": "$dir",
|
||||||
"MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
|
"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": {
|
"checkver": {
|
||||||
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
|
"url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
|
||||||
"regex": "(?s)(?<rtv>[\\d.]+)[^\\d]*?([\\d.]+)[^\\d]*?(?:sts|lts)"
|
"regex": "\"latest-runtime\": \"(?<rtv>[\\d.]+)\",[\\s\\S]+?\"latest-sdk\": \"([\\d.]+)\",[\\s\\S]+?\"release-type\" : \"(sts|lts)\""
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user