Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sabihoshi committed Oct 14, 2021
1 parent 1ce2148 commit 8cf87c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions GenshinLyreMidiPlayer.Data/GenshinLyreMidiPlayer.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Melanchall.DryWetMidi" Version="5.2.1-prerelease5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="5.0.6" />
<PackageReference Include="Melanchall.DryWetMidi" Version="5.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="5.0.11" />
<PackageReference Include="Stylet" Version="1.3.6" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions GenshinLyreMidiPlayer.WPF/GenshinLyreMidiPlayer.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.10.1" />
<PackageReference Include="Humanizer.Core" Version="2.11.10" />
<PackageReference Include="InputSimulator" Version="1.0.4" />
<PackageReference Include="Melanchall.DryWetMidi" Version="5.2.1-prerelease5" />
<PackageReference Include="Melanchall.DryWetMidi" Version="5.2.1" />
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
<PackageReference Include="ModernWpfUI.MahApps" Version="0.9.4" />
<PackageReference Include="PropertyChanged.Fody" Version="3.3.3" />
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
<PackageReference Include="Stylet" Version="1.3.6" />
</ItemGroup>

Expand Down

0 comments on commit 8cf87c2

Please sign in to comment.