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 committed by nitsua
parent d01d112bfe
commit 4ac646685c

View file

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