Skip to content

Commit

Permalink
Merge pull request ppy#195 from bdach/bump-game-packages
Browse files Browse the repository at this point in the history
Update game packages
  • Loading branch information
peppy authored Nov 12, 2023
2 parents 9a68c76 + ac832d9 commit 584fec7
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="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1013.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1114.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="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1013.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1114.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="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.14" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1026.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.1013.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.1013.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.1026.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.1026.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1114.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.1114.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.1114.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.1114.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.1114.0" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2023.822.0" />
<PackageReference Include="Sentry.AspNetCore" Version="3.33.0" />
</ItemGroup>
Expand Down

0 comments on commit 584fec7

Please sign in to comment.