diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2007c95..f405d3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: csharp mono: none solution: BSODPrank.sln -dotnet: 4.5.0 +dotnet: 2.2.103 script: - msbuild /p:Configuration=Debug BSODPrank.sln - dotnet restore |
