Show .net version in UI

Closes #4057
pull/4068/head
Mark McDowall 4 years ago
parent 0b7aa19ac0
commit 1025bdc76e

@ -45,10 +45,14 @@ class About extends Component {
}
{
isMonoRuntime &&
isMonoRuntime ?
<DescriptionListItem
title="Mono Version"
data={runtimeVersion}
/> :
<DescriptionListItem
title=".net Version"
data={runtimeVersion}
/>
}

Loading…
Cancel
Save