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