Skip to content

Commit

Permalink
fix build for new sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton92nd committed Nov 21, 2019
1 parent 494029a commit 7a1cdf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial
sudo: false
language: csharp
dotnet: 2.2.100
dotnet: 2.2.402
mono: none
script:
- dotnet restore ./GrobExp.Compiler.sln --verbosity m
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.2.100"
"version": "2.2.402"
}
}

0 comments on commit 7a1cdf6

Please sign in to comment.