Skip to content

Commit 15cfcc3

Browse files
Merge pull request #3 from SowntharyaJ/master
Changed Sample Target Version to Latest .NET9 Target Version.
2 parents 917f5af + 8fff15b commit 15cfcc3

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

ChatApplication/ChatApplication/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public App()
99

1010
protected override Window CreateWindow(IActivationState? activationState)
1111
{
12-
return new Window(new AppShell());
12+
return new Window(new MainPage());
1313
}
1414
}
1515
}

ChatApplication/ChatApplication/AppShell.xaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

ChatApplication/ChatApplication/AppShell.xaml.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

ChatApplication/ChatApplication/ChatApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ItemGroup>
6161

6262
<ItemGroup>
63-
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" />
63+
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
6464
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
6565
<PackageReference Include="Syncfusion.Maui.ListView" Version="*" />
6666
</ItemGroup>

0 commit comments

Comments
 (0)