Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Commit

Permalink
Reacting to XRE renames
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jan 29, 2015
1 parent dd1f5ea commit ed2bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Diagnostics/RuntimeInfoMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal RuntimeInfoPageModel CreateRuntimeInfoModel()

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>();
return version?.InformationalVersion;
}
Expand Down

0 comments on commit ed2bf6c

Please sign in to comment.