Skip to content

Commit

Permalink
Merge pull request #214 from smoogipoo/update-dependencies
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
peppy authored Sep 27, 2022
2 parents 079233f + 42b232e commit 56cdf32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="MySqlConnector" Version="2.1.6" />
<PackageReference Include="ppy.osu.Game" Version="2022.509.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2022.509.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2022.509.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2022.509.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2022.509.0" />
<PackageReference Include="MySqlConnector" Version="2.1.13" />
<PackageReference Include="ppy.osu.Game" Version="2022.923.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2022.923.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2022.923.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2022.923.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2022.923.1" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.*.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="DogStatsD-CSharp-Client" Version="7.0.0" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2022.213.0" />
<PackageReference Include="DogStatsD-CSharp-Client" Version="7.0.1" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2022.812.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 56cdf32

Please sign in to comment.