diff --git a/src/modules/Hosts/Hosts/Hosts.csproj b/src/modules/Hosts/Hosts/Hosts.csproj index beeca9936f..e8b734c9d9 100644 --- a/src/modules/Hosts/Hosts/Hosts.csproj +++ b/src/modules/Hosts/Hosts/Hosts.csproj @@ -42,7 +42,6 @@ - diff --git a/src/modules/Hosts/Hosts/HostsXAML/Views/HostsMainPage.xaml.cs b/src/modules/Hosts/Hosts/HostsXAML/Views/HostsMainPage.xaml.cs index c152e5c961..78fc0c1376 100644 --- a/src/modules/Hosts/Hosts/HostsXAML/Views/HostsMainPage.xaml.cs +++ b/src/modules/Hosts/Hosts/HostsXAML/Views/HostsMainPage.xaml.cs @@ -8,9 +8,7 @@ using System.Windows.Input; using CommunityToolkit.Mvvm.Input; using Hosts.Helpers; using Hosts.Models; -using Hosts.Settings; using Hosts.ViewModels; -using Microsoft.Extensions.Hosting; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; using Microsoft.UI.Xaml.Input; diff --git a/src/modules/Hosts/HostsPackageConsumer/HostsPackageConsumer.csproj b/src/modules/Hosts/HostsPackageConsumer/HostsPackageConsumer.csproj index d022c3d55c..c0a4d58a33 100644 --- a/src/modules/Hosts/HostsPackageConsumer/HostsPackageConsumer.csproj +++ b/src/modules/Hosts/HostsPackageConsumer/HostsPackageConsumer.csproj @@ -59,6 +59,7 @@ +