Skip to content

Commit

Permalink
fix: ".Uno" in project names results in build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley authored Oct 9, 2019
1 parent 1774251 commit f3580b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sealed partial class App : Application
/// </summary>
public App()
{
ConfigureFilters(Uno.Extensions.LogExtensionPoint.AmbientLoggerFactory);
ConfigureFilters(global::Uno.Extensions.LogExtensionPoint.AmbientLoggerFactory);

this.InitializeComponent();
this.Suspending += OnSuspending;
Expand Down

0 comments on commit f3580b4

Please sign in to comment.