mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-07 23:07:01 +09:00
17 lines
834 B
XML
17 lines
834 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\osu.Tools.props" />
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<LangVersion>12.0</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Alba.CsConsoleFormat" Version="1.0.0" />
|
|
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
|
|
<PackageReference Include="ppy.osu.Game" Version="2025.530.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2025.530.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2025.530.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2025.530.0" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2025.530.0" />
|
|
</ItemGroup>
|
|
</Project>
|