mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 12:32:55 +08:00
Add cake.csproj
This commit is contained in:
parent
580d478dc8
commit
058a6d9e13
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@
|
|||||||
### Cake ###
|
### Cake ###
|
||||||
tools/*
|
tools/*
|
||||||
!tools/packages.config
|
!tools/packages.config
|
||||||
|
!tools/cake.csproj
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
bin/[Dd]ebug/
|
bin/[Dd]ebug/
|
||||||
|
9
tools/cake.csproj
Normal file
9
tools/cake.csproj
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<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>
|
Loading…
Reference in New Issue
Block a user