diff --git a/Getting Started/HelloWorld/App.xaml b/Getting Started/HelloWorld/App.xaml
index b3cc74fab..2f130d9c0 100644
--- a/Getting Started/HelloWorld/App.xaml
+++ b/Getting Started/HelloWorld/App.xaml
@@ -2,4 +2,12 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:HelloWorld"
- StartupUri="MainWindow.xaml"/>
\ No newline at end of file
+ StartupUri="MainWindow.xaml">
+
+
+
+
+
+
+
+
diff --git a/Getting Started/HelloWorld/HelloWorld.csproj b/Getting Started/HelloWorld/HelloWorld.csproj
index 17971ab6d..9267ed3c5 100644
--- a/Getting Started/HelloWorld/HelloWorld.csproj
+++ b/Getting Started/HelloWorld/HelloWorld.csproj
@@ -1,6 +1,6 @@
- net8.0-windows
+ net9.0-windows
true
false
WinExe
diff --git a/Getting Started/HelloWorld/MainWindow.xaml b/Getting Started/HelloWorld/MainWindow.xaml
index 08ceeb8e3..1e73dc78c 100644
--- a/Getting Started/HelloWorld/MainWindow.xaml
+++ b/Getting Started/HelloWorld/MainWindow.xaml
@@ -5,10 +5,23 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:HelloWorld"
mc:Ignorable="d"
- Title="MainWindow" Height="350" Width="525" Icon="app.ico">
-
-
- Hello, World!
-
+ Title="Hello World"
+ Height="350"
+ Width="525"
+ Icon="app.ico">
+
+
+
+
+
+
-
\ No newline at end of file
+