Skip to content

Commit 2c3f27a

Browse files
authored
Merge pull request #394 from Beamographic/dependabot/nuget/ppy.osu.Game-2024.911.0
Bump ppy.osu.Game from 2024.816.0 to 2024.911.0
2 parents 64fbde5 + 83a7177 commit 2c3f27a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test
2222
run: dotnet test --no-restore --verbosity normal
2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: Rush (dev build)
27-
path: osu.Game.Rulesets.Rush/bin/Development/net6.0/osu.Game.Rulesets.Rush-dev.dll
27+
path: osu.Game.Rulesets.Rush/bin/Development/net8.0/osu.Game.Rulesets.Rush-dev.dll

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3939
with:
4040
upload_url: ${{ steps.create_release.outputs.upload_url }}
41-
asset_path: ./osu.Game.Rulesets.Rush/bin/Release/net6.0/osu.Game.Rulesets.Rush.dll
41+
asset_path: ./osu.Game.Rulesets.Rush/bin/Release/net8.0/osu.Game.Rulesets.Rush.dll
4242
asset_name: osu.Game.Rulesets.Rush.dll
4343
asset_content_type: application/vnd.microsoft.portable-executable

osu.Game.Rulesets.Rush/RushSkinComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace osu.Game.Rulesets.Rush
77
{
8-
public class RushSkinComponent : GameplaySkinComponentLookup<RushSkinComponents>
8+
public class RushSkinComponent : SkinComponentLookup<RushSkinComponents>
99
{
1010
public RushSkinComponent(RushSkinComponents component)
1111
: base(component)

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.816.0" />
36+
<PackageReference Include="ppy.osu.Game" Version="2024.911.0" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)