Skip to content

Commit

Permalink
Update osu.Game
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Oct 23, 2024
1 parent 363f09b commit 40d16fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SampleMultiplayerClient/SampleMultiplayerClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageReference Include="ppy.osu.Game" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game" Version="2024.1018.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SampleSpectatorClient/SampleSpectatorClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageReference Include="ppy.osu.Game" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game" Version="2024.1018.0" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions osu.Server.Spectator/osu.Server.Spectator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageReference Include="ppy.osu.Game" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.1009.1" />
<PackageReference Include="ppy.osu.Game" 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" />
<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.Server.OsuQueueProcessor" Version="2024.507.0" />
<PackageReference Include="Sentry.AspNetCore" Version="4.12.1" />
</ItemGroup>
Expand Down

0 comments on commit 40d16fd

Please sign in to comment.