Skip to content

Commit 3227f9a

Browse files
committed
Build .Tests project as NET45
1 parent ca80e33 commit 3227f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ForEach ($p in $client_projects) {
5656

5757
Write-Host "Building Client Tests" -ForegroundColor Yellow
5858

59-
msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal
59+
msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal /p:TargetFrameworkVersionProperty=NET45
6060

6161
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
6262

0 commit comments

Comments
 (0)