projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d7434
)
Add .NET 9 in probing paths list (#4518)
author
Adeel Mujahid
<3840695+am11@users.noreply.github.com>
Tue, 20 Feb 2024 23:17:44 +0000
(
01:17
+0200)
committer
GitHub
<noreply@github.com>
Tue, 20 Feb 2024 23:17:44 +0000
(15:17 -0800)
src/SOS/extensions/hostcoreclr.cpp
patch
|
blob
|
history
diff --git
a/src/SOS/extensions/hostcoreclr.cpp
b/src/SOS/extensions/hostcoreclr.cpp
index 0ec62b486ce0c730bab2970ab0650bccb18c6c81..43ca023e54d183c5e3a81a5c5b73404dc27c9c0b 100644
(file)
--- a/
src/SOS/extensions/hostcoreclr.cpp
+++ b/
src/SOS/extensions/hostcoreclr.cpp
@@
-71,7
+71,8
@@
namespace RuntimeHostingConstants
constexpr RuntimeVersion SupportedHostRuntimeVersions[] = {
{7, 0},
{6, 0},
- {8, 0}
+ {8, 0},
+ {9, 0},
};
constexpr char DotnetRootEnvVar[] = "DOTNET_ROOT";
@@
-124,6
+125,7
@@
namespace RuntimeHostingConstants
"/rh-dotnet60/root/usr/bin/dotnet",
"/rh-dotnet70/root/usr/bin/dotnet",
"/rh-dotnet80/root/usr/bin/dotnet",
+ "/rh-dotnet90/root/usr/bin/dotnet",
"/usr/share/dotnet",
#endif
};