Skip to content

Commit

Permalink
Upped SDK version
Browse files Browse the repository at this point in the history
Upped SDK version, as this might be the reason for failed builds.
  • Loading branch information
dustinmoris committed Oct 8, 2018
1 parent 06ea828 commit 8466325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: csharp
sudo: required
dist: trusty

dotnet: 2.1.402
dotnet: 2.1.403

mono:
- 4.6.1
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"projects": [ "src", "tests" ],
"sdk": {
"version": "2.1.402"
"version": "2.1.403"
}
}

0 comments on commit 8466325

Please sign in to comment.