mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 23:07:44 +08:00
0724b47334
Also remove the dependency on Cake.CoreCLR cake.tool does not use the packages.config.
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> |