Merge pull request #371 from aqez/master

Update netcoredbg to 1.2.0-738 to support async/await
This commit is contained in:
mergify[bot] 2021-03-19 23:33:58 +00:00 committed by GitHub
commit 6a24a17f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,15 +234,16 @@ GADGETS = {
'format': 'tar',
},
'all': {
'version': '1.2.0-635'
'version': '1.2.0-738'
},
'macos': {
'file_name': 'netcoredbg-osx.tar.gz',
'version': '1.2.0-635',
'checksum':
'71c773e34d358950f25119bade7e3081c4c2f9d71847bd49027ca5792e918beb',
},
'linux': {
'file_name': 'netcoredbg-linux-bionic.tar.gz',
'file_name': 'netcoredbg-linux-bionic-amd64.tar.gz',
'checksum': '',
},
'windows': {