Reacting to KRuntime renames
This commit is contained in:
parent
32cf5e9ee4
commit
8c3edc158f
|
|
@ -65,7 +65,7 @@ namespace Microsoft.AspNet.Diagnostics
|
|||
|
||||
private static string GetRuntimeVersion()
|
||||
{
|
||||
var klr = Assembly.Load(new AssemblyName("klr.host"));
|
||||
var klr = Assembly.Load(new AssemblyName("dotnet.host"));
|
||||
var version = klr.GetCustomAttribute<AssemblyInformationalVersionAttribute>();
|
||||
return version?.InformationalVersion;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue