Update to .NET 4.5

This commit is contained in:
Matthias Mailänder
2015-12-25 09:04:17 +01:00
parent 6e7bce9571
commit 5029ac705f
15 changed files with 21 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ env:
# Run the NUnit tests
script:
- travis_retry make all-dependencies
- make all SDK="-sdk:4.0"
- make all SDK="-sdk:4.5"
- make check
- make check-scripts
- make test