aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2017-11-28 07:23:31 -0800
committerGitHub <noreply@github.com>2017-11-28 07:23:31 -0800
commit34e30e5c1befb17c9307950b1aa58a3854e18121 (patch)
tree3f963f80439008fbcea558541f8de1f4128772d3
parentf2127b667efd6d43d33d6d2d2be387991e394a30 (diff)
parent582d6ac3aa519316b64c09e55e40422c4950e05c (diff)
downloadprotobuf-34e30e5c1befb17c9307950b1aa58a3854e18121.tar.gz
protobuf-34e30e5c1befb17c9307950b1aa58a3854e18121.tar.bz2
protobuf-34e30e5c1befb17c9307950b1aa58a3854e18121.zip
Merge pull request #3962 from jleni/fix_dotnet
Upgrading dotnet to 1.0.4
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b89a4363..4cfc5bf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@ matrix:
language: csharp
dist: trusty
sudo: required
- dotnet: 1.0.1
+ dotnet: 1.0.4
mono: none
# This test is kept on travis because it doesn't play nicely with other
# tests on jenkins running in parallel.