mirror of
https://github.com/ppy/osu
synced 2024-12-21 22:30:36 +00:00
Add cake.csproj
This commit is contained in:
parent
580d478dc8
commit
058a6d9e13
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@
|
||||
### Cake ###
|
||||
tools/*
|
||||
!tools/packages.config
|
||||
!tools/cake.csproj
|
||||
|
||||
# Build results
|
||||
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