1 reference to GetRuntimeVersion
Aspire.Dashboard (1)
Utils\VersionHelpers.cs (1)
11
private static readonly Lazy<string?> s_cachedRuntimeVersion = new Lazy<string?>(
GetRuntimeVersion
);