New: Show .net version in UI

Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Qstick
2020-11-05 21:08:16 -05:00
parent 6d9126bca4
commit 267bdb4cdf

View File

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