Skip to content

Commit

Permalink
fix: Project Reunion logging and Suspending event adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 31, 2021
1 parent f71278b commit f3e30d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="0.5.0" />
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="0.5.0" />
<Manifest Include="$(ApplicationManifest)" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Uno.Core" Version="2.3.0" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions src/SolutionTemplate/UnoSolutionTemplate/Shared/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ public App()
InitializeLogging();

this.InitializeComponent();

#if !WINDOWS
this.Suspending += OnSuspending;
#endif
}

/// <summary>
Expand Down

0 comments on commit f3e30d0

Please sign in to comment.