We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c6977 commit 2f90964Copy full SHA for 2f90964
3 files changed
.travis.yml
@@ -3,17 +3,17 @@ os:
3
- osx
4
- linux
5
6
-# Ubuntu 14.04
+# Ubuntu 18.04 LTS
7
sudo: required
8
dist: bionic
9
10
-# OS X 10.12
11
-osx_image: xcode11.2
+# OS X 10.14
+osx_image: xcode11.3
12
13
mono:
14
- 4.4.2
15
16
-dotnet: 3.0.100
+dotnet: 3.1.101
17
18
before_install:
19
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
build.config
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
-CAKE_VERSION=0.35.0
-DOTNET_VERSION=3.0.100
+CAKE_VERSION=0.36.0
+DOTNET_VERSION=3.1.101
global.json
@@ -3,6 +3,6 @@
"src"
],
"sdk": {
- "version": "3.0.100"
+ "version": "3.1.101"
}
0 commit comments