diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-10 13:00:05 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-10 13:00:05 -0500 |
| commit | e61ac5c7887bc9360dad34d1a0c07ca22334ba6b (patch) | |
| tree | d1138ebd9d990f57e4ae79bf3e62e62a21820e02 | |
| parent | 776ec1a39831bc476caf389c7941188e4890585f (diff) | |
| download | BSODPrank-e61ac5c7887bc9360dad34d1a0c07ca22334ba6b.tar.gz BSODPrank-e61ac5c7887bc9360dad34d1a0c07ca22334ba6b.tar.bz2 BSODPrank-e61ac5c7887bc9360dad34d1a0c07ca22334ba6b.zip | |
hopefully this is the rught version of dotnet
| -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 |
