Skip to content

Commit

Permalink
Merge pull request #1505 from andy840119/update-package-again
Browse files Browse the repository at this point in the history
Update package to the latest again.
  • Loading branch information
andy840119 authored Aug 10, 2022
2 parents bf629ba + e7b1b42 commit 9dd085c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"ppy.localisationanalyser.tools": {
"version": "2022.607.0",
"version": "2022.809.0",
"commands": [
"localisation"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ namespace osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Singers
{
public class SingersChangeHandler : BeatmapPropertyChangeHandler<Singer>, ISingersChangeHandler
{
[Resolved(canBeNull: true)]
[Resolved]
private BeatmapManager? beatmapManager { get; set; }

[Resolved(canBeNull: true)]
[Resolved]
private IBindable<WorkingBeatmap>? working { get; set; }

public BindableList<Singer> Singers => Items;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class LyricEditorClipboard : Component, ILyricEditorClipboard
[Resolved, AllowNull]
private GameHost host { get; set; }

[Resolved(canBeNull: true)]
[Resolved]
private OnScreenDisplay? onScreenDisplay { get; set; }

[Resolved, AllowNull]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Karaoke.Skinning.Legacy
/// </summary>
public class LegacyKaraokeElement : CompositeDrawable
{
[Resolved(CanBeNull = true)]
[Resolved]
protected KaraokePlayfield? Playfield { get; private set; }

/// <summary>
Expand Down
6 changes: 3 additions & 3 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="2022.529.1" />
<PackageReference Include="Octokit" Version="1.0.0" />
<PackageReference Include="Octokit" Version="2.0.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2022.806.0" />
<PackageReference Include="osu.Framework.Microphone" Version="2022.806.0" />
<PackageReference Include="ppy.LocalisationAnalyser" Version="2022.607.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="2022.810.0" />
<PackageReference Include="ppy.osu.Game" Version="2022.810.2" />
<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 9dd085c

Please sign in to comment.