Merge pull request #371 from aqez/master
Update netcoredbg to 1.2.0-738 to support async/await
This commit is contained in:
commit
6a24a17f2e
1 changed files with 3 additions and 2 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue