Support cake global tool (#97)

* Support current cake global tool (dotnetcore)

* Upgrade to cake 0.34.1
This commit is contained in:
Marcel Tiede 2019-08-14 15:09:28 +02:00 committed by Harry
parent 42faf709f9
commit 779cd05222
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#load CakeScripts\GAssembly.cs #load CakeScripts\GAssembly.cake
#load CakeScripts\Settings.cs #load CakeScripts\Settings.cake
#addin "Cake.FileHelpers&version=2.0.0" #addin "Cake.FileHelpers&version=3.2.0"
#addin "Cake.Incubator&version=1.7.2" #addin "Cake.Incubator&version=5.0.1"
// VARS // VARS

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Cake" version="0.25.0" /> <package id="Cake" version="0.34.1" />
</packages> </packages>