From 3845a746f5871e3554b3b9255cfe57278cbbd2f7 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 4 Mar 2016 17:21:57 +0000 Subject: [PATCH] build it on 4.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01e750a65..255ac37d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ install: - mono Tools/nuget.exe restore PlexRequests.sln - nuget install NUnit.Runners -OutputDirectory testrunner script: - - xbuild /p:Configuration=Release PlexRequests.sln \ No newline at end of file + - xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5" \ No newline at end of file