Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Oct 22, 2024
1 parent 77be90d commit c346bed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="MySqlConnector" Version="2.3.6" />
<PackageReference Include="ppy.osu.Game" Version="2024.412.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.412.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.412.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.412.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.412.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="MySqlConnector" Version="2.3.7" />
<PackageReference Include="ppy.osu.Game" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.1018.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.1018.0" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.*.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.44" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2023.1207.0" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2024.507.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c346bed

Please sign in to comment.