updated dotnet core sdk and cake build script (#717)

* updated dotnet core sdk and cake build script

* update travis SDK version

* update mono for travis and update .net core sdk to what appveyor supports

* same version of .net in travis as cake build

* same sdk on traivs and appveyor
This commit is contained in:
Tom Pallister
2018-12-16 14:54:12 +00:00
committed by GitHub
parent 5533907ad7
commit 50824e79da
3 changed files with 43 additions and 27 deletions

View File

@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "2.1.301"
"version": "2.1.500"
}
}