diff --git a/build.sh b/build.sh index 3ef874f9bd..807306bf01 100755 --- a/build.sh +++ b/build.sh @@ -24,7 +24,7 @@ fi if test ! -d packages/KoreBuild; then mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre - mono .nuget/nuget.exe install Sake -version 0.2 -o packages -ExcludeVersion + mono .nuget/nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion fi if ! type dnvm > /dev/null 2>&1; then