mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add cake.csproj
This commit is contained in:
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>
|
Reference in New Issue
Block a user