diff --git a/build.ps1 b/build.ps1
index e1beb72..bde0c70 100644
--- a/build.ps1
+++ b/build.ps1
@@ -93,7 +93,7 @@ if (Test-Path $PACKAGES_CONFIG)
# Install just Cake if missing config
else
{
- Invoke-Expression "&`"$NUGET_EXE`" install Cake -ExcludeVersion -PreRelease -Source `"https://www.myget.org/F/cake`""
+ Invoke-Expression "&`"$NUGET_EXE`" install Cake -ExcludeVersion"
}
Pop-Location
if ($LASTEXITCODE -ne 0)
diff --git a/src/Cake.Git/Cake.Git.csproj b/src/Cake.Git/Cake.Git.csproj
index 3b013d1..4eb4f56 100644
--- a/src/Cake.Git/Cake.Git.csproj
+++ b/src/Cake.Git/Cake.Git.csproj
@@ -35,8 +35,8 @@
bin\Release\Cake.Git.XML
-
- ..\packages\Cake.Core.0.6.4\lib\net45\Cake.Core.dll
+
+ ..\packages\Cake.Core.0.9.0\lib\net45\Cake.Core.dll
True
diff --git a/src/Cake.Git/packages.config b/src/Cake.Git/packages.config
index 29feee9..8e6b31f 100644
--- a/src/Cake.Git/packages.config
+++ b/src/Cake.Git/packages.config
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file