Skip to content

Commit

Permalink
Remove hosting on net 7.0 (#4978)
Browse files Browse the repository at this point in the history
I forgot to remove hosting SOS on net 7.0 if my previous PR.
  • Loading branch information
mikem8361 authored Oct 3, 2024
1 parent b22c491 commit 46cd690
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/SOS/extensions/hostcoreclr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ namespace RuntimeHostingConstants
{
// This list is in probing order.
constexpr RuntimeVersion SupportedHostRuntimeVersions[] = {
{9, 0},
{8, 0},
{7, 0},
{6, 0},
{9, 0},
};

constexpr char DotnetRootEnvVar[] = "DOTNET_ROOT";
Expand Down Expand Up @@ -126,10 +125,9 @@ namespace RuntimeHostingConstants
#endif
"/usr/local/share/dotnet"
#else
"/rh-dotnet60/root/usr/bin/dotnet",
"/rh-dotnet70/root/usr/bin/dotnet",
"/rh-dotnet80/root/usr/bin/dotnet",
"/rh-dotnet90/root/usr/bin/dotnet",
"/rh-dotnet80/root/usr/bin/dotnet",
"/rh-dotnet60/root/usr/bin/dotnet",
"/usr/share/dotnet",
#endif
};
Expand Down

0 comments on commit 46cd690

Please sign in to comment.