mirror of
https://github.com/ppy/osu.git
synced 2024-12-26 09:13:21 +08:00
9 lines
261 B
XML
9 lines
261 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Cake.CoreCLR" Version="0.29.0" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|