Use the coreclr instead of caketool, hoping that the version fixes running it on linux

This commit is contained in:
miterosan
2018-10-05 14:57:09 +02:00
parent 74e89fd945
commit 6977b2825f
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake" Version="0.30.0" />
<DotnetCliToolReference Include="Cake.Tool" Version="0.30.0" />
<PackageReference Include="Cake.CoreCLR" Version="0.30.0" />
</ItemGroup>
</Project>