New: Show .net version in UI

Signed-off-by: Robin Dadswell <robin@dadswell.email>
pull/770/head
Qstick 4 years ago
parent 6d9126bca4
commit 267bdb4cdf

@ -59,7 +59,7 @@ class About extends Component {
isNetCore &&
<DescriptionListItem
title=".NET Core"
data={'Yes'}
data={`Yes (${runtimeVersion})`}
/>
}

Loading…
Cancel
Save