Skip to content

Commit

Permalink
Update remaining references to ppy.osu.Game
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 9, 2023
1 parent 8a8bdbb commit 7485807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1128.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1207.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.1128.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1207.0" />
</ItemGroup>

</Project>

0 comments on commit 7485807

Please sign in to comment.