mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 01:07:24 +08:00
11 lines
357 B
XML
11 lines
357 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<PackAsTool>true</PackAsTool>
|
||
|
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Cake" Version="0.30.0" />
|
||
|
<DotnetCliToolReference Include="Cake.Tool" Version="0.30.0" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|