Skip to content

Commit

Permalink
Update packages with database attribute fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Aug 14, 2023
1 parent 9f92b32 commit 9b25596
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
<PackageReference Include="ppy.osu.Game" Version="2023.717.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.717.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.717.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.717.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.717.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.814.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.814.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.814.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.814.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.814.0" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2022.1220.0" />
</ItemGroup>

Expand Down

0 comments on commit 9b25596

Please sign in to comment.