mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 17:44:46 +09:00
17 lines
839 B
XML
17 lines
839 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.0" />
|
|
<PackageReference Include="ppy.osu.Game" Version="2024.1009.1" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.1009.1" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.1009.1" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.1009.1" />
|
|
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.1009.1" />
|
|
</ItemGroup>
|
|
</Project>
|