Skip to content

Commit

Permalink
Use CommunityToolkit.Mvvm
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Nov 14, 2024
1 parent 1c1f0e9 commit df45ab6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/HUDMerger.Core/HUDMerger.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/HUDMerger.Core/ViewModels/AboutWindowViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Diagnostics;
using System.Windows.Input;
using Microsoft.Toolkit.Mvvm.Input;
using CommunityToolkit.Mvvm.Input;

namespace HUDMerger.Core.ViewModels;

Expand Down
2 changes: 1 addition & 1 deletion src/HUDMerger.Core/ViewModels/HUDPanelViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Windows.Input;
using CommunityToolkit.Mvvm.Input;
using HUDMerger.Core.Models;
using Microsoft.Toolkit.Mvvm.Input;

namespace HUDMerger.Core.ViewModels;

Expand Down
2 changes: 1 addition & 1 deletion src/HUDMerger.Core/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using CommunityToolkit.Mvvm.Input;
using Discord;
using HUDMerger.Core.Commands;
using HUDMerger.Core.Models;
using HUDMerger.Core.Services;
using Microsoft.Toolkit.Mvvm.Input;

namespace HUDMerger.Core.ViewModels;

Expand Down
2 changes: 1 addition & 1 deletion src/HUDMerger.Core/ViewModels/SettingsWindowViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using System.Windows;
using System.Windows.Input;
using CommunityToolkit.Mvvm.Input;
using HUDMerger.Core.Models;
using HUDMerger.Core.Services;
using Microsoft.Toolkit.Mvvm.Input;

namespace HUDMerger.Core.ViewModels;

Expand Down
3 changes: 0 additions & 3 deletions src/HUDMerger/HUDMerger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<Version>2.0.2</Version>
<Nullable>Enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HUDMerger.Core\HUDMerger.Core.csproj" />
<ProjectReference Include="..\VDF\VDF.csproj" />
Expand Down

0 comments on commit df45ab6

Please sign in to comment.