Skip to content

Commit

Permalink
No need for check after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Dec 11, 2023
1 parent 5bd7761 commit 70579ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MvvmCross/Hosting/MvxHostBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public virtual IMvxHost Build()

var host = new MvxHost(serviceCollection, loggerFactory);

#if NET7_0_OR_GREATER
#endif

host.Run();

return host;
Expand Down

0 comments on commit 70579ac

Please sign in to comment.