Skip to content

Commit 04e3e6b

Browse files
committed
Fix Startup Crash
1 parent 5545589 commit 04e3e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/DevWinUI.Gallery/Views/HomeLandingPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace DevWinUIGallery.Views;
44

55
public sealed partial class HomeLandingPage : Page
66
{
7-
public string WASDKVersion { get; } = $"Windows App SDK {ReleaseInfo.Major}.{ReleaseInfo.Minor}+";
7+
public string WASDKVersion { get; } = $"Windows App SDK 1.8+";
88
public HomeLandingPage()
99
{
1010
this.InitializeComponent();

0 commit comments

Comments
 (0)