Skip to content

Commit

Permalink
Merge pull request #335 from unoplatform/dev/jela/uno-update7
Browse files Browse the repository at this point in the history
fix(skia): Specify the default culture
  • Loading branch information
jeromelaban authored Nov 17, 2020
2 parents 0bf7a0b + 17e806b commit 00adc32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Calculator.Shared/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@
FlyoutPresenterStyle="{StaticResource AboutFlyoutPresenterStyle}"
Opened="OnAboutFlyoutOpened">

<!-- UNO TODO x:Load="False"-->
<local:AboutFlyout x:Name="AboutPage"
x:Load="False" />
/>
</Flyout>
</FlyoutBase.AttachedFlyout>
</NavigationViewItem>
Expand Down
6 changes: 3 additions & 3 deletions src/Calculator.Skia.Gtk/Calculator.Skia.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<TargetFramework>net5.0</TargetFramework>
<DefineConstants>$(DefineConstants);UNO_REFERENCE_API</DefineConstants>
<NoWarn>$(NoWarn);Uno0001</NoWarn>
<UnoSourceGeneratorUseGenerationHost>true</UnoSourceGeneratorUseGenerationHost>
<UnoSourceGeneratorUseGenerationController>false</UnoSourceGeneratorUseGenerationController>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<DefaultLanguage>en-US</DefaultLanguage>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks" Version="3.0.0-dev.18" />
<PackageReference Include="Uno.UI.Skia.Gtk" Version="3.3.0-dev.99" />
<PackageReference Include="Uno.UI.Skia.Gtk" Version="3.3.0-dev.99" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down

0 comments on commit 00adc32

Please sign in to comment.