Update netcoredbg

This commit is contained in:
Ben Jackson 2020-11-07 18:34:38 +00:00
commit fb86ef924b
5 changed files with 28 additions and 11 deletions

View file

@ -732,10 +732,16 @@
}
},
"imports": [
"net461"
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true
"warn": true,
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/3.1.402/RuntimeIdentifierGraph.json"
}
}
}