diff --git a/VECTO/GUI/AboutBox.vb b/VECTO/GUI/AboutBox.vb
index c6b819ac8a9f344c92a4ae03cff6f8dc07c6ca1f..ab4210eca5f5ddc20ebe014578258229d70e1b88 100644
--- a/VECTO/GUI/AboutBox.vb
+++ b/VECTO/GUI/AboutBox.vb
@@ -15,7 +15,7 @@ Imports TUGraz.VectoCore.Utils
 ''' </summary>
 Public Class AboutBox
 	Private Sub F10_AboutBox_Load(sender As Object, e As EventArgs) Handles MyBase.Load
-		Text = "VECTO " & VECTOvers & " / VectoCore" & VectoSimulationCore.BranchSuffix & " " & COREvers
+		Text = "VECTO " & VECTOvers & " / VectoCore" & VectoSimulationCore.BranchSuffix & " " & COREvers & " / " & Runtime.InteropServices.RuntimeInformation.FrameworkDescription
 	End Sub
 
 	Private Sub LinkLabel1_LinkClicked_1(sender As Object, e As LinkLabelLinkClickedEventArgs) _