Skip to content

Commit

Permalink
Merge pull request #1907 from andy840119/update-package-to-the-latest
Browse files Browse the repository at this point in the history
Update package to the latest.
  • Loading branch information
andy840119 authored Apr 19, 2023
2 parents 86f1032 + 4558b28 commit 8087be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Stages.Classic.Stage.Settings;

public partial class StageEditorEditModeSection : EditModeSection<StageEditorEditMode>
{
[OpenTabletDriver.Plugin.DependencyInjection.Resolved, AllowNull]
[Resolved, AllowNull]
private IStageEditorStateProvider stageEditorStateProvider { get; set; }

private readonly StageEditorEditCategory category;
Expand Down
8 changes: 4 additions & 4 deletions osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<PackageReference Include="osu.Game.Rulesets.Karaoke.Resources" Version="2022.611.0" />
<PackageReference Include="LanguageDetection.karaoke-dev" Version="1.3.3-alpha" />
<PackageReference Include="LrcParser" Version="2023.308.0" />
<PackageReference Include="Octokit" Version="5.0.2" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2023.327.0" />
<PackageReference Include="osu.Framework.Microphone" Version="2022.1227.2" />
<PackageReference Include="Octokit" Version="5.0.4" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2023.419.0" />
<PackageReference Include="osu.Framework.Microphone" Version="2023.402.0" />
<PackageReference Include="ppy.LocalisationAnalyser" Version="2022.809.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ppy.osu.Game" Version="2023.326.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.419.0" />
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.Analysis.Kuromoji" Version="4.8.0-beta00016" />
<PackageReference Include="NicoKaraParser" Version="1.1.0" />
Expand Down

0 comments on commit 8087be6

Please sign in to comment.