build it on 4.5

This commit is contained in:
tidusjar 2016-03-04 17:21:57 +00:00
commit 3845a746f5

View file

@ -4,4 +4,4 @@ install:
- mono Tools/nuget.exe restore PlexRequests.sln - mono Tools/nuget.exe restore PlexRequests.sln
- nuget install NUnit.Runners -OutputDirectory testrunner - nuget install NUnit.Runners -OutputDirectory testrunner
script: script:
- xbuild /p:Configuration=Release PlexRequests.sln - xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5"