From eb318eb29da4b91481425653ec426eaa6a9c7df7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Aug 2024 14:52:45 +0000
Subject: [PATCH] Bump ppy.osu.Game from 2024.718.0 to 2024.817.0

Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2024.718.0 to 2024.817.0.
- [Release notes](https://github.com/ppy/osu/releases)
- [Commits](https://github.com/ppy/osu/compare/2024.718.0...2024.817.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Game
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../osu.Game.Rulesets.Sentakki.csproj         | 38 +++++++++----------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
index 1a975bc89..b3a6ebc7f 100644
--- a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
+++ b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
@@ -1,19 +1,19 @@
-<Project Sdk="Microsoft.NET.Sdk">
-    <PropertyGroup Label="Project">
-        <AssemblyTitle>sentakki for osu!lazer</AssemblyTitle>
-        <Description>TAP, HOLD and SLIDE to the beat.</Description>
-        <TargetFramework>net8.0</TargetFramework>
-        <OutputType>Library</OutputType>
-        <PlatformTarget>AnyCPU</PlatformTarget>
-        <RootNamespace>osu.Game.Rulesets.Sentakki</RootNamespace>
-        <AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
-    </PropertyGroup>
-    <ItemGroup>
-        <PackageReference Include="ppy.osu.Game" Version="2024.718.0"/>
-    </ItemGroup>
-
-    <!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
-    <PropertyGroup Condition="!('$(Configuration)' == 'Release')">
-        <AssemblyTitle>sentakki for osu!lazer (dev build)</AssemblyTitle>
-    </PropertyGroup>
-</Project>
+<Project Sdk="Microsoft.NET.Sdk">
+    <PropertyGroup Label="Project">
+        <AssemblyTitle>sentakki for osu!lazer</AssemblyTitle>
+        <Description>TAP, HOLD and SLIDE to the beat.</Description>
+        <TargetFramework>net8.0</TargetFramework>
+        <OutputType>Library</OutputType>
+        <PlatformTarget>AnyCPU</PlatformTarget>
+        <RootNamespace>osu.Game.Rulesets.Sentakki</RootNamespace>
+        <AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
+    </PropertyGroup>
+    <ItemGroup>
+        <PackageReference Include="ppy.osu.Game" Version="2024.817.0"/>
+    </ItemGroup>
+
+    <!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
+    <PropertyGroup Condition="!('$(Configuration)' == 'Release')">
+        <AssemblyTitle>sentakki for osu!lazer (dev build)</AssemblyTitle>
+    </PropertyGroup>
+</Project>