mirror of
https://github.com/ppy/osu.git
synced 2024-11-18 21:43:22 +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> |