Skip to content

Commit 67e5648

Browse files
authored
Merge pull request #361 from Beamographic/dependabot/nuget/ppy.osu.Game-2024.130.2
Bump ppy.osu.Game from 2024.114.0 to 2024.130.2
2 parents 7457006 + 5df5611 commit 67e5648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osu.Game.Rulesets.Rush.Tests/VisualTestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class VisualTestRunner
1313
[STAThread]
1414
public static int Main(string[] args)
1515
{
16-
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true }))
16+
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu"))
1717
{
1818
host.Run(new OsuTestBrowser());
1919
return 0;

osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
</EmbeddedResource>
3434
</ItemGroup>
3535
<ItemGroup>
36-
<PackageReference Include="ppy.osu.Game" Version="2024.114.0" />
36+
<PackageReference Include="ppy.osu.Game" Version="2024.130.2" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)