Skip to content

Commit

Permalink
Merge pull request #2167 from andy840119/upgrade-package-to-latest
Browse files Browse the repository at this point in the history
Upgrade package to latest
  • Loading branch information
andy840119 authored Jan 30, 2024
2 parents 845fba6 + f794255 commit 4d8a77a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions osu.Game.Rulesets.Karaoke.Tests/UI/TestSceneRulesetIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Effects;
using osu.Game.Graphics.Containers;
using osu.Game.Tests.Visual;
using osuTK;
using osuTK.Graphics;

namespace osu.Game.Rulesets.Karaoke.Tests.UI;

Expand All @@ -21,13 +19,6 @@ public TestSceneRulesetIcon()
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Icon = new KaraokeRuleset().CreateIcon(),
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Glow,
Colour = new Color4(255, 194, 224, 100),
Radius = 15,
Roundness = 15,
},
Size = new Vector2(40),
};
}
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class VisualTestRunner
[STAThread]
public static int Main(string[] args)
{
using var host = Host.GetSuitableDesktopHost("karaoke-visual-test-runner", new HostOptions { BindIPC = true });
using var host = Host.GetSuitableDesktopHost("karaoke-visual-test-runner");
host.Run(new KaraokeTestBrowser());

return 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup Label="Package References">
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ppy.osu.Game" Version="2024.113.0" />
<PackageReference Include="ppy.osu.Game" Version="2024.130.2" />
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.Analysis.Kuromoji" Version="4.8.0-beta00016" />
<PackageReference Include="SixLabors.Fonts" Version="2.0.1" />
Expand Down

0 comments on commit 4d8a77a

Please sign in to comment.