Update dependencies

Mainly for a `Clowd.Squirrel` bump to fix https://github.com/ppy/osu/discussions/17190.
This commit is contained in:
Dean Herbert
2022-03-09 19:09:50 +09:00
parent 8bb07f83cd
commit 5fb51b578f
4 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Moq" Version="4.17.2" />
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>