add missing references to osu ruleset ios tests

This commit is contained in:
minisbett 2024-11-17 20:59:48 +01:00
parent bf2e0ed005
commit e227bd5dfb
No known key found for this signature in database
GPG Key ID: 2DB6D529C95A0403
1 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,8 @@
<ProjectReference Include="..\osu.Game\osu.Game.csproj" /> <ProjectReference Include="..\osu.Game\osu.Game.csproj" />
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" /> <ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="DeepEqual" Version="2.0.0" />
<PackageReference Include="Moq" Version="4.17.2" />
</ItemGroup>
</Project> </Project>