You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new change in .net core itself, we'll see better information starting 3.0. dotnet/corefx#35516
We need to do something more useful for non 3.0 customers. Goal is to return something like '.net core2.1' or 'netfw4.7' m for heartbeat field "runtimeFramework".
The text was updated successfully, but these errors were encountered:
HeartBeat currently uses the following code to get FrameworkVersion, which is not giving any useful information.
With the new change in .net core itself, we'll see better information starting 3.0.
dotnet/corefx#35516
We need to do something more useful for non 3.0 customers. Goal is to return something like '.net core2.1' or 'netfw4.7' m for heartbeat field "runtimeFramework".
The text was updated successfully, but these errors were encountered: