Skip to content

Commit 8c45b3d

Browse files
github-actions[bot]AndyAyersMSJulieLeeMSFTCopilot
authored
[release/10.0] Update Microsoft.NETCore.CoreDisTools nuget package from 1.5 to 1.6 (#119357)
* Update Microsoft.NETCore.CoreDisTools nuget package from 1.5 to 1.6 Windows builds now enable /guard:cf. Also pick up a risc-v enhancement. * Update docs/design/coreclr/jit/viewing-jit-dumps.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Andy Ayers <[email protected]> Co-authored-by: Julie Lee <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent b7ffc01 commit 8c45b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/design/coreclr/jit/viewing-jit-dumps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ by a third-party disassembler for a particular set of code bytes.
283283

284284
The late disassembler currently is only available in Debug/Checked builds.
285285

286-
(Note: coredistools is curently version 1.4.0, based on LLVM 17.0.6. The source code is [here](https://github.com/dotnet/jitutils)).
286+
(Note: coredistools is currently version 1.6.0, based on LLVM 20.1.0. The source code is [here](https://github.com/dotnet/jitutils)).
287287

288288
To invoke the late disassembler, use:
289289
* `DOTNET_JitLateDisasm`={method-list} - output late disassembly for the specified functions. E.g., `DOTNET_JitLateDisasm=Main`,

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<DotnetSosVersion>7.0.412701</DotnetSosVersion>
121121
<DotnetSosTargetFrameworkVersion>6.0</DotnetSosTargetFrameworkVersion>
122122
<!-- Testing -->
123-
<MicrosoftNETCoreCoreDisToolsVersion>1.5.0</MicrosoftNETCoreCoreDisToolsVersion>
123+
<MicrosoftNETCoreCoreDisToolsVersion>1.6.0</MicrosoftNETCoreCoreDisToolsVersion>
124124
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
125125
<NUnitVersion>3.12.0</NUnitVersion>
126126
<NUnit3TestAdapterVersion>4.5.0</NUnit3TestAdapterVersion>

0 commit comments

Comments
 (0)