-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #614 from LumpBloom7/dependabot/nuget/ppy.osu.Game…
…-2024.817.0 Bump ppy.osu.Game from 2024.718.0 to 2024.817.0
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
38 changes: 19 additions & 19 deletions
38
osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |