Using FAKE 2.10

This commit is contained in:
Steffen Forkmann
2014-02-23 17:03:24 +01:00
parent 8628a8aa36
commit d43b100b8d
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ if ($Clean) {
Write-Output "Installing FAKE..."
Write-Output ""
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.8.0"
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.10.0"
Write-Output "Building Octokit..."
Write-Output ""