diff --git a/.travis.yml b/.travis.yml index 0191791..ffabc44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,12 @@ osx_image: xcode9.2 mono: - 4.4.2 -dotnet: 2.1.3 +dotnet: 3.0.100 before_install: - git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" - - git fetch origin + - git fetch origin script: - ./build.sh --target=Test \ No newline at end of file diff --git a/build.config b/build.config index fa6b8df..b60a637 100644 --- a/build.config +++ b/build.config @@ -1,3 +1,3 @@ #!/usr/bin/env bash -CAKE_VERSION=0.34.1 -DOTNET_VERSION=3.0.100-rc1-014190 +CAKE_VERSION=0.35.0 +DOTNET_VERSION=3.0.100 diff --git a/global.json b/global.json index f36e2ea..052baf7 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "src" ], "sdk": { - "version": "3.0.100-rc1-014190" + "version": "3.0.100" } } \ No newline at end of file