mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-08 07:17:01 +09:00
15 lines
676 B
XML
15 lines
676 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\osu.Tools.props" />
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="ppy.osu.Game" Version="2025.122.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2025.122.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2025.122.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2025.122.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2025.122.0" />
|
|
</ItemGroup>
|
|
</Project>
|