Skip to content

Commit

Permalink
Merge pull request #190 from peppy/update-libraries
Browse files Browse the repository at this point in the history
Update rulesets
  • Loading branch information
peppy authored Sep 1, 2021
2 parents 0136c57 + de9a3c2 commit 717b05b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="MySqlConnector" Version="1.3.11" />
<PackageReference Include="ppy.osu.Game" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2021.731.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2021.731.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2021.731.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2021.731.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2021.828.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2021.828.0" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.*.json">
Expand Down

0 comments on commit 717b05b

Please sign in to comment.