Skip to content

Commit 2f90964

Browse files
committed
Update to .NET Core SDK 3.1.101 & Cake 0.36.0
1 parent 04c6977 commit 2f90964

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ os:
33
- osx
44
- linux
55

6-
# Ubuntu 14.04
6+
# Ubuntu 18.04 LTS
77
sudo: required
88
dist: bionic
99

10-
# OS X 10.12
11-
osx_image: xcode11.2
10+
# OS X 10.14
11+
osx_image: xcode11.3
1212

1313
mono:
1414
- 4.4.2
1515

16-
dotnet: 3.0.100
16+
dotnet: 3.1.101
1717

1818
before_install:
1919
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags

build.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
2-
CAKE_VERSION=0.35.0
3-
DOTNET_VERSION=3.0.100
2+
CAKE_VERSION=0.36.0
3+
DOTNET_VERSION=3.1.101

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"src"
44
],
55
"sdk": {
6-
"version": "3.0.100"
6+
"version": "3.1.101"
77
}
88
}

0 commit comments

Comments
 (0)