Skip to content

Commit

Permalink
Merge pull request #153 from Game4all/dependabot/nuget/ppy.osu.Game-2…
Browse files Browse the repository at this point in the history
…022.709.1

Bump ppy.osu.Game from 2022.621.0 to 2022.709.1
  • Loading branch information
Game4all authored Jul 19, 2022
2 parents 517cd80 + 122ff96 commit 2d3810a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnl
container.Cache(ruleset);
container.Cache(config = (GamebosuConfigManager)container.Get<IRulesetConfigCache>().GetConfigFor(ruleset));

container.Get<TextureStore>().AddStore(new TextureLoaderStore(ruleset.CreateResourceStore()));
container.Get<TextureStore>().AddTextureSource(new TextureLoaderStore(ruleset.CreateResourceStore()));

container.Cache(new RomStore(container.Get<Storage>()));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<EmbeddedResource Include="Resources\**\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2022.621.0" />
<PackageReference Include="ppy.osu.Game" Version="2022.709.1" />
<ProjectReference Include="..\Emux\Emux.GameBoy\Emux.GameBoy.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Release'">
Expand Down

0 comments on commit 2d3810a

Please sign in to comment.