Skip to content

Commit 248173e

Browse files
author
winappsdkdata_bot
committed
Fix app.xaml to work with .net9
1 parent e55aef4 commit 248173e

File tree

1 file changed

+2
-3
lines changed
  • Samples/Islands/WpfCalculator/CalculatorDemo

1 file changed

+2
-3
lines changed

Samples/Islands/WpfCalculator/CalculatorDemo/App.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<Application.Resources>
1414
<ResourceDictionary>
1515
<ResourceDictionary.MergedDictionaries>
16-
<ResourceDictionary
17-
Source="pack://application:,,,/PresentationFramework.Fluent;component/Resources/Fluent.xaml" />
16+
<ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Themes/Fluent.xaml" />
1817
</ResourceDictionary.MergedDictionaries>
1918
</ResourceDictionary>
2019
</Application.Resources>
21-
</Application>
20+
</Application>

0 commit comments

Comments
 (0)